Files
clang-p2996/llvm/test/CodeGen/X86/vector-compare-simplify.ll
Noah Goldstein 9e9444ca7d Recommit "Transform vector SET{LE/ULT/ULE} -> SETLT and SET{GE/UGT/UGE} -> SETGT if possible" (2nd Try)
Original version hit assert in `incDecVectorConstant` because VT could
be EVT (as opposed to MVT). Fix is to add check for VT.isSimple() in
`incDecVectorConstant`.

Reviewed By: saugustine

Differential Revision: https://reviews.llvm.org/D142254
2023-02-16 20:39:14 -06:00

11 KiB