diff options
author | Lewis Crawford <lcrawford@nvidia.com> | 2024-10-16 13:23:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 13:23:46 +0100 |
commit | f5f00764abeb7023719d64774e263936b3f31ab7 (patch) | |
tree | f02b463d3911c5267412556c647e53103993c780 /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp | |
parent | caa7301bc8081bfaf8fc9f3644d558d336038c43 (diff) | |
download | llvm-f5f00764abeb7023719d64774e263936b3f31ab7.zip llvm-f5f00764abeb7023719d64774e263936b3f31ab7.tar.gz llvm-f5f00764abeb7023719d64774e263936b3f31ab7.tar.bz2 |
[DAGCombiner] Fix check for extending loads (#112182)
Fix a check for extending loads in DAGCombiner,
where if the result type has more bits than the
loaded type it should count as an extending load.
All backends apart from AArch64 ignore this
ExtTy argument to shouldReduceLoadWidth, so this
change currently only impacts AArch64.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions