[llvm] [CodeGen][ISel] Fix inline assembly crash during instruction selection with direct memory output constraint (PR #209439)
Chibuoyim Ogbonna via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 04:36:05 PDT 2026
================
@@ -0,0 +1,14 @@
+; RUN: not llc -mtriple=aarch64-unknown-linux-gnu < %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=aarch64-unknown-linux-gnu -global-isel < %s 2>&1 | FileCheck %s
----------------
bruteforceboy wrote:
updated
https://github.com/llvm/llvm-project/pull/209439
More information about the llvm-commits
mailing list