Needed to prevent regressions in a later patch. In general we're poor at dealing with saturating codegen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117160
[AArch64][GlobalISel] Implement combines for boolean G_SELECT->bitwise ops. ClosedPublic Authored by aemerson on Jan 12 2022, 2:24 PM.
Details Summary Needed to prevent regressions in a later patch. In general we're poor at dealing with saturating codegen.
Diff Detail
Event TimelineHerald added subscribers: hiraditya, kristof.beyls, rovka. · View Herald TranscriptJan 12 2022, 2:24 PM
aemerson added a child revision: D117166: [AArch64][GlobalISel] Optimize conjunctions of compares to conditional conmpares.. This revision is now accepted and ready to land.Jan 18 2022, 8:45 AM This revision was landed with ongoing or failed builds.Feb 20 2022, 1:12 AM Closed by commit rGb09e63bad1e5: [AArch64][GlobalISel] Implement combines for boolean G_SELECT->bitwise ops. (authored by aemerson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 410136 llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
llvm/include/llvm/Target/GlobalISel/Combine.td
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/test/CodeGen/AArch64/GlobalISel/combine-select.mir
llvm/test/CodeGen/AArch64/arm64-xaluo.ll
|
These aren't allowed to fail