[MSAN] Inline getShadowTyNoVec into convertShadowToScalar [nfc]
authorPhilip Reames <preames@rivosinc.com>
Wed, 15 Mar 2023 17:10:00 +0000 (10:10 -0700)
committerPhilip Reames <listmail@philipreames.com>
Wed, 15 Mar 2023 17:24:49 +0000 (10:24 -0700)
commit75e22e8699eff6dd142bde6c56ecfef7abc0a0d3
tree2612720703061f52daa39dee112fa3c3907f92cb
parent2281286eb7a1b03927dbc18aa9ef242557a36bdf
[MSAN] Inline getShadowTyNoVec into convertShadowToScalar [nfc]

This is an implementation detail of the flattening scheme, so hide it in the implementation thereof.  This does require one caller to go through the appropriate utility, but doing that makes the code cleaner anyways.
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp