[all-commits] [llvm/llvm-project] d43fac: [PhaseOrdering] adjust test to use default alias a...
RotateRight via All-commits
all-commits at lists.llvm.org
Sun May 24 08:28:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d43fac052e16412a5dbd4e265064d6038dda9a89
https://github.com/llvm/llvm-project/commit/d43fac052e16412a5dbd4e265064d6038dda9a89
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M llvm/test/Transforms/PhaseOrdering/X86/addsub.ll
Log Message:
-----------
[PhaseOrdering] adjust test to use default alias analysis with new pass manager; NFC
As discussed in D80236 - this test (like all PhaseOrdering tests?)
was intended to show that there is no difference with the new
pass manager, but the 'opt' command requires extra parameters
to make that happen.
More information about the All-commits
mailing list