[PATCH] D40061: [ARM] Make MachineVerifier more strict about terminators
Yvan Roux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 01:37:07 PDT 2020
yroux added a comment.
Hi Sam,
I've tested the patch on top of 4d90ff5 <https://reviews.llvm.org/rG4d90ff59ac453a67ac692ffdf8242e4cfbd2b34f> rev on a native ARM plateform the issues I see are:
Thumb2/LowOverheadLoops/mve-float-loops.ll:908:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: b .LBB4_6
^
<stdin>:511:1: note: scanning from here
.LBB4_6: @ %for.body.preheader11
Thumb2/mve-postinc-lsr.ll:41:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: b .LBB0_6
^
<stdin>:62:1: note: scanning from here
.LBB0_6: @ %for.body.preheader12
Thumb2/mve-postinc-distribute.ll:307:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: b .LBB2_6
^
<stdin>:181:1: note: scanning from here
.LBB2_6: @ %for.body.preheader12
I'll try to find what is wrong with compiler-rt/test/profile/instrprof-lto-pgogen.c and let you know
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D40061/new/
https://reviews.llvm.org/D40061
More information about the llvm-commits
mailing list