diff options
author | David Green <david.green@arm.com> | 2023-06-05 14:42:08 +0100 |
---|---|---|
committer | David Green <david.green@arm.com> | 2023-06-05 14:42:08 +0100 |
commit | 27aea17fe061f9778bb1e8ff5fdf9fc0fb03abe1 (patch) | |
tree | 0437f267ecdb4bc9a44aceb8db20d3a93fdd31d4 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | c2926c6c4da7c2650ee43c99845331ae36092280 (diff) | |
download | llvm-27aea17fe061f9778bb1e8ff5fdf9fc0fb03abe1.zip llvm-27aea17fe061f9778bb1e8ff5fdf9fc0fb03abe1.tar.gz llvm-27aea17fe061f9778bb1e8ff5fdf9fc0fb03abe1.tar.bz2 |
[TypePromotion] Don't treat bitcast as a Source
This removes BitCasts from isSource in Type Promotion, as I don't believe they
need to be treated as Sources. They will usually be from floats or hoisted
constants, where constants will be handled already.
This fixes #62513, but didn't otherwise cause any differences in the tests I
ran.
Differential Revision: https://reviews.llvm.org/D152112
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions