Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Transforms/InstCombine/select-of-bittest.ll | ||
---|---|---|
448–451 | This is testing that some other folds work as expected, so it doesn't really belong here IMO. | |
468 | 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. |
This is testing that some other folds work as expected, so it doesn't really belong here IMO.