[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"
----------------
mshockwave wrote:

please use `llc -mtriple=m68k` instead of using target triple here.

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


More information about the llvm-commits mailing list