Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please remove all has_value() they have no value. Options have boolean conversion. You may use them in GTest.
Paths
| Differential D159097
[GlobalISel] Try to commute G_CONSTANT_FOLD_BARRIER LHS operands to RHS. ClosedPublic Authored by aemerson on Aug 29 2023, 7:47 AM.
Details
Diff Detail
Event TimelinePierre-vh added inline comments. This revision is now accepted and ready to land.Aug 29 2023, 11:58 PM Comment Actions Please remove all has_value() they have no value. Options have boolean conversion. You may use them in GTest. This revision was landed with ongoing or failed builds.Aug 30 2023, 8:07 AM Closed by commit rGc95ed6e492c7: [GlobalISel] Try to commute G_CONSTANT_FOLD_BARRIER LHS operands to RHS. (authored by aemerson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 554728 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-const-fold-barrier-rhs.mir
|