Jack May via llvm-dev
2019-Jan-18 20:58 UTC
[llvm-dev] BPFTargetLowering missing custom implementation?
In BPFISelLowering.cpp the OperationAction for `CTTZ`, `CTLZ`, `CTTZ_ZERO_UNDEF`, and `CTLZ_ZERO_UNDEF` are set to `Custom` but `BPFTargetLowering::LowerOperation` is missing a case for them. This will cause an assert if these Operations are ever used with BPF? Is this intended? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190118/17d0da0a/attachment.html>