[PATCH] Remove all MMOs from memory operations when tail merging.
Ana Pazos
apazos at codeaurora.org
Mon Mar 9 13:12:44 PDT 2015
Hi Hal,
I fixed the line format.
As for using std:equal, I do not think it works because it will compare *I1 != *I2 instead of **I1 != **I2 which we need to compare MemoryOperand references.
http://reviews.llvm.org/D7769
Files:
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineMemOperand.h
lib/CodeGen/BranchFolding.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7769.21505.patch
Type: text/x-patch
Size: 4974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150309/c49c73e5/attachment.bin>
More information about the llvm-commits
mailing list