[llvm] [LSR] Split the -lsr-term-fold transformation into it's own pass (PR #104234)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 10:12:41 PDT 2024
================
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -passes="loop-reduce" -S -lsr-term-fold | FileCheck %s
+; RUN: opt < %s -passes="loop-reduce,loop-term-fold" -S | FileCheck %s
----------------
preames wrote:
Long term, yes, but for now this was the easiest way to be sure I wasn't introducing changes.
(To be clear, I plan on splitting these, I just want to do it in a separate commit.)
https://github.com/llvm/llvm-project/pull/104234
More information about the llvm-commits
mailing list