llvm-project
d0ea176c - [SLP]Do not consider SExt/ZExt profitable for demotion, if the user is a bitcast to float

Commit
263 days ago
[SLP]Do not consider SExt/ZExt profitable for demotion, if the user is a bitcast to float If the user node of the SExt/ZExt node is a bitcast to a float point type, the node itself should not be considered legal to demote, since still the casting is required to match the size of the float point type. Fixes #157277
Author
Committer
Parents
Loading