[PATCH] D67209: [MIR] MIR Namer pass

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 10:34:14 PDT 2019


plotfi added a comment.

In D67209#1660346 <https://reviews.llvm.org/D67209#1660346>, @uabelho wrote:

> 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.


Thank you 🙏


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