Also modify the simm5_plus1 check because Imm-1 is UB if Imm happens
to be INT64_MIN. I don't think the compiler would optimize based on that in this
usage, but it could fail UBSan or -ftrapv.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo