[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:38:20 PDT 2023
================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
+
+unsigned test(float f)
----------------
topperc wrote:
This test is using -emit-llvm, but the patch is in SelectionDAG. SelectionDAG doesn't run with -emit-llvm
https://github.com/llvm/llvm-project/pull/65465
More information about the cfe-commits
mailing list