[clang] [Clang] Allow mixed scalar type constraints for inline asm (PR #65465)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 16 13:37:18 PDT 2023
================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
+
+unsigned test(float f)
----------------
topperc wrote:
What IR does this generate?
https://github.com/llvm/llvm-project/pull/65465
More information about the cfe-commits
mailing list