Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Transforms/InstCombine/select-of-bittest.ll | ||
---|---|---|
447–450 ↗ | (On Diff #140538) | This is testing that some other folds work as expected, so it doesn't really belong here IMO. |
467 ↗ | (On Diff #140538) | Similar to @n9, I'd remove this test because the pattern shouldn't survive as-is before we get to the select. The comment isn't correct - shifting by the bit-width produces a poison value. |