[X86] Teach X86DAGToDAGISel::foldLoadStoreIntoMemOperand to handle loads in...
[X86] Teach X86DAGToDAGISel::foldLoadStoreIntoMemOperand to handle loads in operand 1 of commutable operations. Previously we only handled loads in operand 0, but nothing guarantees the load will be operand 0 for commutable operations. Differential Revision: https://reviews.llvm.org/D51768 llvm-svn: 341675
Loading
Please register or sign in to comment