diff options
author | Deric C. <cheung.deric@gmail.com> | 2025-07-21 17:12:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-21 17:12:15 -0700 |
commit | 0c14f0e891ad88b9bb4666ef337466961b27314f (patch) | |
tree | d04b7706179320bba5b31fab19d97eaf4e96516b /llvm/lib/CodeGen/MachinePipeliner.cpp | |
parent | 7b787965431e666858fdf66db25ee5a129833927 (diff) | |
download | llvm-0c14f0e891ad88b9bb4666ef337466961b27314f.zip llvm-0c14f0e891ad88b9bb4666ef337466961b27314f.tar.gz llvm-0c14f0e891ad88b9bb4666ef337466961b27314f.tar.bz2 |
[Scalarizer] Use correct key for ExtractValueInst gather (#149855)
Fixes #149345
Effectively no-op pairs of insertelement-extractelement instructions
were being created due to the ExtractValueInst visitor in the Scalarizer
storing its scalarized result into the Scattered map using an incorrect
key (specifically the type used in the key).
This PR fixes this issue.
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
0 files changed, 0 insertions, 0 deletions