[llvm] [llvm][Mips] Bail on underaligned loads/stores in FastISel. (PR #106231)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 22:00:50 PDT 2024


================
@@ -0,0 +1,17 @@
+; RUN: llc < %s -march mips -fast-isel -relocation-model pic | FileCheck %s -check-prefixes=MIPS
----------------
topperc wrote:

Can we use update_llc_test_checks.py to generate the CHECK lines?

https://github.com/llvm/llvm-project/pull/106231


More information about the llvm-commits mailing list