[clang] [CIR] Upstream CastOp and scalar conversions (PR #130690)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 14 09:37:07 PDT 2025
================
@@ -0,0 +1,58 @@
+// RUN: %clang_cc1 -std=c++17 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
----------------
andykaylor wrote:
It looks like floating casts are still missing. Can you add float-to-double and double-to-float test?
https://github.com/llvm/llvm-project/pull/130690
More information about the cfe-commits
mailing list