[PATCH] D55448: [DAGCombiner] allow hoisting vector bitwise logic ahead of truncates
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 13:58:15 PST 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/ARM/setcc-logic.ll:28
+; CHECK-NEXT: lsr r0, r0, #5
+; CHECK-NEXT: bx lr
%cmp1 = icmp eq i32 %a, %b
----------------
Is this a NFC regeneration change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55448/new/
https://reviews.llvm.org/D55448
More information about the llvm-commits
mailing list