[clang] [llvm] [Clang][inlineasm] Add special support for "rm" output constraints (PR #92040)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 4 08:14:28 PST 2026
================
@@ -0,0 +1,38 @@
+; RUN: llc -O0 -mtriple=x86_64-unknown-linux-gnu -stop-after=inline-asm-prepare < %s | FileCheck %s
----------------
nikic wrote:
Please invoke the pass via `opt` and use update_test_checks.py.
https://github.com/llvm/llvm-project/pull/92040
More information about the llvm-commits
mailing list