[llvm-branch-commits] [llvm] [LSR] Autogenerate some tests (PR #191664)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 17 12:12:33 PDT 2026
================
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
; RUN: opt < %s -loop-reduce -S | FileCheck %s
----------------
boomanaiden154 wrote:
Not yet. That actually pretty significantly changes this test because the NewPM enforces LCSSA while the legacy PM does not, which somewhat significantly changes the LSR results.
https://github.com/llvm/llvm-project/pull/191664
More information about the llvm-branch-commits
mailing list