Skip to content
Commit 9b9d5274 authored by Craig Topper's avatar Craig Topper
Browse files

[DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload...

[DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload x) and similar folds. NFCI

The truncate is being used to replace other users of of the load, but we checked that the load only has one use so there are no other uses to replace.

llvm-svn: 324567
parent a217e505
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment