================
@@ -46,6 +46,13 @@ enum class CastKind {
eNone, ///< Type promotion casting
};
+/// Promotions allowed for type casts in DIL.
+enum CastPromoKind {
----------------
cmtice wrote:
Done.
https://github.com/llvm/llvm-project/pull/170332