[PATCH] D67921: [ARM][MVE] Change VCTP operand
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 03:47:05 PDT 2019
SjoerdMeijer added inline comments.
================
Comment at: test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll:111
; CHECK: vector.body:
; CHECK: [[ELEMS:%[^ ]+]] = phi i32 [ %N, %vector.ph ], [ [[REMAINING:%[^ ]+]], %vector.body ]
+; CHECK: [[VCTP:%[^ ]+]] = call <4 x i1> @llvm.arm.vctp32(i32 [[ELEMS]])
----------------
Perhaps you can teach me some regexps....
I was expecting: `[[REMAINING:%.*]]` or `[[REMAINING:%.+]]`
I don't see what we are matching 1 or more times, how we 'eat up' all characters with `[^ ]+`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67921/new/
https://reviews.llvm.org/D67921
More information about the llvm-commits
mailing list