[all-commits] [llvm/llvm-project] a0c3ed: [PhaseOrdering] Add test for PR39282 (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Oct 30 12:45:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a0c3edca4616e8772977ba3e8cb44a5086f95455
https://github.com/llvm/llvm-project/commit/a0c3edca4616e8772977ba3e8cb44a5086f95455
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
A llvm/test/Transforms/PhaseOrdering/pr39282.ll
Log Message:
-----------
[PhaseOrdering] Add test for PR39282 (NFC)
While the actually incorrect transform happens in LoopUnroll, it
is based on noalias metadata inserted by the inliner, and
ultimately manifests in GVN. Add a phase ordering test that checks
this even if our representation of noalias metadata changes in
the future.
More information about the All-commits
mailing list