[LLVM][TableGen] Read from uninitialised variable (#66889)
Fixing an issue found in a UBsan build. When defining a variable-length encoding with no operands or slices, the HasDynamicSegment member was read without being initialised.
Loading
Please sign in to comment