Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/divrem-by-select.ll | ||
---|---|---|
141 | Why non_zero matters here? Dividen by 0 is posion, we don't need to cary its result. |
Paths
| Differential D149197
[X86] Add tests for `div/rem %x, (select c, <const>, 1)`; NFC ClosedPublic Authored by goldstein.w.n on Apr 25 2023, 2:27 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 25 2023, 8:29 PM This revision was landed with ongoing or failed builds.Jul 12 2023, 3:18 PM Closed by commit rGeccb45417776: [X86] Add tests for `div/rem %x, (select c, <const>, 1)`; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539761 llvm/test/CodeGen/X86/divrem-by-select.ll
|
Why non_zero matters here? Dividen by 0 is posion, we don't need to cary its result.