[llvm] [M68k] Do not allow addressing modes k and q as MOVE targets (llvm#200826) (PR #201653)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 23:06:26 PDT 2026


================
@@ -0,0 +1,13 @@
+; RUN: llc < %s | FileCheck %s
+; test for issue #200826: pc-relative addressing may not be used for output operands.
+
+target triple = "m68k-unknown-linux-gnu"
+
+; CHECK-NOT: , (foobar,%pc)
----------------
mshockwave wrote:

all codegen tests' CHECKs are expected to be "generated" using `utils/update_llc_test_checks.py`

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


More information about the llvm-commits mailing list