[llvm] [Clang] Allow mixed scalar type constraints for inline asm (PR #65465)
Dávid Ferenc Szabó via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 08:50:34 PDT 2023
================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
+
+unsigned test(float f)
----------------
dfszabo wrote:
Thanks for the review. You are right, indeed the test was pointless, the problem is with CodeGen. Updated the issue accordingly.
https://github.com/llvm/llvm-project/pull/65465
More information about the llvm-commits
mailing list