"llvm/test/Assembler/ConstantExprFold.ll" did not exist on "0d43732cd0ec05a5be0cad681889e0177b251b62"
[DAG] Handle missing transform in fold of value extension case.
Summary: When pushing an extension of a constant bitwise operator on a load into the load, change other uses of the load value if they exist to prevent the old load from persisting. Reviewers: spatel, RKSimon, efriedma Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35030 llvm-svn: 308618
Loading
Please sign in to comment