[Transforms] getOrEnforceKnownAlignment - fix MSVC result of 32-bit shift...
[Transforms] getOrEnforceKnownAlignment - fix MSVC result of 32-bit shift implicitly converted to 64 bits warning. NFCI We don't overflow here so we can use a U64 shift directly.
Loading
Please register or sign in to comment