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