[all-commits] [llvm/llvm-project] 9433ba: [test] Fix some func-attrs tests under the legacy PM
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Apr 27 13:08:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9433bacc73e92bebe7cb32358f21a4b866800cf3
https://github.com/llvm/llvm-project/commit/9433bacc73e92bebe7cb32358f21a4b866800cf3
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
M llvm/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
M llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
Log Message:
-----------
[test] Fix some func-attrs tests under the legacy PM
The new PM doesn't visit declarations in CGSCC passes. These tests
aren't testing that detail, so just run them against the new PM.
More information about the All-commits
mailing list