[PATCH] D40061: [ARM] Make MachineVerifier more strict about terminators
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 13:48:12 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll:1141
; CHECK-NEXT: popeq {r4, r5, r6, pc}
+; CHECK-NEXT: b .LBB5_6
; CHECK-NEXT: .LBB5_6: @ %for.body.preheader21
----------------
This is an instance of the problem I was running into with the original patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D40061/new/
https://reviews.llvm.org/D40061
More information about the llvm-commits
mailing list