Unsigned compares work with either zero extended or sign extended
inputs just like equality comparisons. I didn't allow this when
I refactored the code in D116421 due to lack of tests. But I've
since found a simple C test case that demonstrates when this can be
useful.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo