[clang] [CIR] Upstream CastOp and scalar conversions (PR #130690)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 12 08:11:19 PDT 2025


================
@@ -78,6 +78,111 @@ class LLVMLoweringInfo {
 class CIR_Op<string mnemonic, list<Trait> traits = []> :
     Op<CIR_Dialect, mnemonic, traits>, LLVMLoweringInfo;
 
+//===----------------------------------------------------------------------===//
+// CastOp
+//===----------------------------------------------------------------------===//
+
+// The enumaration value isn't in sync with clang.
----------------
erichkeane wrote:

We'd discussed offline about trying to sync the two enums in some way, right?  Was that not something viable?

https://github.com/llvm/llvm-project/pull/130690


More information about the cfe-commits mailing list