[PATCH] D67209: [MIR] MIR Namer pass

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 00:02:11 PDT 2019


uabelho added a comment.

Hi,

I did a minor change to the test case in r371171 since the

  ;CHECK: bb

checks matched on the line

  ;ModuleID = '/repo/bb/

in the output instead of the wanted "bb.0:".

I fixed it by reading input from stdin instead of from the file to make the change as small as possible, but perhaps the 
 ;CHECK: bb
lines should be changed to
 ;CHECK-LABEL: bb.0:
etc instead.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67209/new/

https://reviews.llvm.org/D67209





More information about the llvm-commits mailing list