[PATCH] D82292: [SelectionDAG] Lower @llvm.get.active.lane.mask to setcc
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 14:31:39 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/Thumb2/active_lane_mask.ll:8
+; CHECK-NEXT: vdup.32 q0, r1
+; CHECK-NEXT: vcmp.u32 cs, q0, r0
+; CHECK-NEXT: vmov d0, r2, r3
----------------
Where's the increment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82292/new/
https://reviews.llvm.org/D82292
More information about the llvm-commits
mailing list