================ @@ -77,6 +77,7 @@ class LocationSize { }; uint64_t Value; + bool Scalable = false; ---------------- harviniriawan wrote: ok, I'm using bit 62 of Value to store Scalable https://github.com/llvm/llvm-project/pull/65759