[all-commits] [llvm/llvm-project] 78f253: [CIR] Upstream Inline Asm with Input Operands (#17...
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Jan 20 05:59:43 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78f253f76720c98469efb3358f1db2f397565c58
https://github.com/llvm/llvm-project/commit/78f253f76720c98469efb3358f1db2f397565c58
Author: Erich Keane <ekeane at nvidia.com>
Date: 2026-01-20 (Tue, 20 Jan 2026)
Changed paths:
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenAsm.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/test/CIR/CodeGen/inline-asm.c
Log Message:
-----------
[CIR] Upstream Inline Asm with Input Operands (#176239)
Like the previous patch, this upstreams inline
assembly support re #153267
This patch extends this to Input Operands. With this done, we now
correctly compile every test in the incubator for inline assembly.
NOTE: When doing the IR differences between CIR and Classic Codegen, I
noticed a sext/zext difference, but I'm reasonably convinced CIR is
correct. Also, we keep around the 'ret-val' temporary for a function,
so that difference is also in the tests.
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