[PATCH] D64819: Modified reassociate-after-unroll.ll to use regex basic block names.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 14:20:31 PDT 2019
lebedev.ri marked an inline comment as done.
lebedev.ri added inline comments.
================
Comment at: llvm/test/Transforms/PhaseOrdering/reassociate-after-unroll.ll:1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; REQUIRES: powerpc-registered-target
----------------
Whitney wrote:
> lebedev.ri wrote:
> > Is that what the script produces?
> Do you mean this line, the original LIT test, or the modified LIT test?
> The new changes are manually modified by me.
Ah, so it's https://bugs.llvm.org/show_bug.cgi?id=41532
But still, the solution is to just rerun the script when that happens,
otherwise these changes will simply be lost when it will be rerun.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64819/new/
https://reviews.llvm.org/D64819
More information about the llvm-commits
mailing list