[clang] [clang][Interp] Add basic support for _BitInt (PR #68069)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 2 23:44:49 PDT 2023


================
@@ -582,11 +598,21 @@ def CastIntegralFloating : Opcode {
 
 // Cast a floating to an integer type
 def CastFloatingIntegral : Opcode {
-  let Types = [AluTypeClass];
+  let Types = [FixedSizeIntegralTypes];
----------------
tbaederr wrote:

The type classes for these get kinda confusing... but I just can't come up with the correct syntax to define them inline.

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


More information about the cfe-commits mailing list