[PATCH] D46078: [MIR] Reset unique MBB numbering in MachineFunction::reset()
Roman Tereshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 25 13:37:13 PDT 2018
rtereshin added inline comments.
================
Comment at: test/CodeGen/MIR/AArch64/print-parse-verify-failedISel-property.mir:56
+ ; FALLBACK: body: |
+ ; FALLBACK-NEXT: bb.0.entry:
+ ; FALLBACK-NEXT: liveins: $w0, $w1
----------------
pre-patch `llc` would re-number the basic block from 0 to 1 here.
Repository:
rL LLVM
https://reviews.llvm.org/D46078
More information about the llvm-commits
mailing list