[clang] [CIR] Upstream CastOp and scalar conversions (PR #130690)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 12 14:47:22 PDT 2025
================
@@ -78,6 +78,156 @@ class LLVMLoweringInfo {
class CIR_Op<string mnemonic, list<Trait> traits = []> :
Op<CIR_Dialect, mnemonic, traits>, LLVMLoweringInfo;
+//===----------------------------------------------------------------------===//
+// CastOp
+//===----------------------------------------------------------------------===//
+
+// CK_Dependent
----------------
erichkeane wrote:
Neat! Thank you!
https://github.com/llvm/llvm-project/pull/130690
More information about the cfe-commits
mailing list