llvm-project
9e8d11d2 - [X86] Check that the type is integer before calling isUnsignedIntSetCC in combineExtSetcc. (#128263)

Commit
229 days ago
[X86] Check that the type is integer before calling isUnsignedIntSetCC in combineExtSetcc. (#128263) SETULT can be an unsigned less than integer compare or a unordered less than FP compare. We need to check the VT to distinguish them. Fixes on of the issues from #128237.
Author
Parents
Loading