[PATCH] D60506: [CGP] Make ICMP_EQ use CR result of ICMP_S(L|G)T dominators
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 01:08:13 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:465
+ /// instruction generated for ICMP_S(G|L)T
+ virtual bool isICMP_EQFoldedWithICMP_ST() const { return true; }
+
----------------
Please add more tests for other arches - x86, aarch64 at least
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60506/new/
https://reviews.llvm.org/D60506
More information about the llvm-commits
mailing list