[all-commits] [llvm/llvm-project] 126199: [test] Improve inline asm 'p' constraint tests (#1...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Mar 10 09:57:30 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 126199ecbfdb8cf5c177fc71a93b3d9496132f01
https://github.com/llvm/llvm-project/commit/126199ecbfdb8cf5c177fc71a93b3d9496132f01
Author: Fangrui Song <i at maskray.me>
Date: 2026-03-10 (Tue, 10 Mar 2026)
Changed paths:
A clang/test/CodeGen/AArch64/inline-asm-p-constraint.c
M clang/test/CodeGen/X86/inline-asm-constraints.c
R clang/test/CodeGen/inline-asm-p-constraint.c
Log Message:
-----------
[test] Improve inline asm 'p' constraint tests (#185681)
Move clang/test/CodeGen/inline-asm-p-constraint.c to
clang/test/CodeGen/AArch64/ since inline asm constraint support is
target-dependent (clang/lib/Basic/Targets/AArch64.h modified by
https://reviews.llvm.org/D76297)
Add `test_a_p` to clang/test/CodeGen/X86/inline-asm-constraints.c to
test the 'a' modifier with 'p' constraint for both pointer and integer
operands. Extracted from #185590
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list