================ @@ -77,6 +77,7 @@ class LocationSize { }; uint64_t Value; + bool Scalable = false; ---------------- nikic wrote: This needs to be packed into Value, otherwise you're making LocationSize two times larger. https://github.com/llvm/llvm-project/pull/65759