[llvm] [GlobalISel] Make sure to check for load barriers when merging G_EXTRACT_VECTOR_ELT into G_LOAD. (PR #82306)
Jessica Paquette via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 21:15:03 PST 2024
================
@@ -0,0 +1,91 @@
+# RUN: llc -run-pass=aarch64-prelegalizer-combiner %s -o - | FileCheck %s
----------------
ornata wrote:
might want -verify-machineinstrs or whatever
also a lot of people use the update_mir_test_checks script for GISel testcases
https://github.com/llvm/llvm-project/pull/82306
More information about the llvm-commits
mailing list