[PATCH] D64819: [UpdateTestChecks][Bug41532] Add handle of basic block names.

Whitney via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 08:13:36 PDT 2019


Whitney updated this revision to Diff 211106.
Whitney added a comment.

I cannot think of any clean way to identify labels, there are three ways that label can be:

1. at the start of a basic block.
2. follow by "label".
3. incoming blocks in phinode.

@MaskRay Do you feel strong to limit the change only to label? If so, can you give me some guidance on how to do it?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64819

Files:
  llvm/test/Transforms/PhaseOrdering/reassociate-after-unroll.ll
  llvm/utils/UpdateTestChecks/common.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64819.211106.patch
Type: text/x-patch
Size: 15681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190722/29a90a27/attachment-0001.bin>


More information about the llvm-commits mailing list