[llvm] [GISel][NewPM] Port LoadStoreOpt (PR #217190)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 06:20:46 PDT 2026
================
@@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -mtriple=aarch64-apple-ios -global-isel -global-isel-abort=1 -run-pass=loadstore-opt %s -o - | FileCheck %s
+# RUN: llc -mtriple=aarch64-apple-ios -global-isel -global-isel-abort=1 -run-pass=load-store-opt %s -o - | FileCheck %s
----------------
boomanaiden154 wrote:
I don't think we get meaningful additional test coverage by doing this for the most part after we have one for a smoke test.
https://github.com/llvm/llvm-project/pull/217190
More information about the llvm-commits
mailing list