[clang] [llvm] [Clang][inlineasm] Add special support for "rm" output constraints (PR #92040)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 4 08:14:29 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:
This also seems to be missing tests for the struct case.
https://github.com/llvm/llvm-project/pull/92040
More information about the cfe-commits
mailing list