[clang] [CIR] Upstream CastOp and scalar conversions (PR #130690)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 11 13:16:06 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:
Can you expand this test to cover all the cast types you're adding (or remove any that can't be supported yet)?
https://github.com/llvm/llvm-project/pull/130690
More information about the cfe-commits
mailing list