Add exact flag handling for udiv and add entire sdiv case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/ARM/select-imm.ll | ||
---|---|---|
660–665 | @RKSimon this ends up causing a regression. Had only run x86 backend tests by mistake earlier. @t.p.northover is this acceptable for you guys? The change here is just adding more information to computeKnownBits so a regression in ARM backend likely means there is buggy/flakey fold. |
llvm/test/CodeGen/ARM/select-imm.ll | ||
---|---|---|
660–665 | I'm going to assume this is okay. The middle end would never produce the IR (it constant evaluates to true). |
@RKSimon this ends up causing a regression. Had only run x86 backend tests by mistake earlier. @t.p.northover is this acceptable for you guys? The change here is just adding more information to computeKnownBits so a regression in ARM backend likely means there is buggy/flakey fold.