[PATCH] D102542: [GlobalISel] Simplify G_ICMP to true/false when the result is known
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 06:26:15 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/prelegalizer-combiner-icmp-to-true-false-known-bits.mir:4
+
+--- |
+ define i1 @eq_true(i32* %ptr) { unreachable }
----------------
Don't need the IR section
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102542/new/
https://reviews.llvm.org/D102542
More information about the llvm-commits
mailing list