[all-commits] [llvm/llvm-project] 98b9fc: [Test] delete LPM RUNs in inline_nossp.ll
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Jun 29 17:11:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98b9fc9b93d7116cec9b661f809441488c3894cb
https://github.com/llvm/llvm-project/commit/98b9fc9b93d7116cec9b661f809441488c3894cb
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M llvm/test/Transforms/Inline/inline_nossp.ll
Log Message:
-----------
[Test] delete LPM RUNs in inline_nossp.ll
This test was modified in D104958. Invoking opt with -{passname} (vs
-passes={passname}) without -enable-new-pm={0|1} is now ambiguous and
dependent on how LLVM was configured. Drop the LPM runs rather than
fix since there unlikely to be any users still on LPM that rely on the
behavior in this test.
See also:
https://lists.llvm.org/pipermail/llvm-dev/2021-June/151553.html
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D105154
More information about the All-commits
mailing list