This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bab7762fc59 [ThinLTO] Disallow multiple prevailing defs new 38e881da88f [CodeGen] Print stack object references as %(fixed-)stack.0 [...] new 5ffe36ba3cc Revert "[LICM] Allow sinking when foldable in loop"
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/MachineOperand.h | 5 + include/llvm/Transforms/Utils/LoopUtils.h | 5 +- lib/CodeGen/MIRPrinter.cpp | 9 +- lib/CodeGen/MachineOperand.cpp | 31 +++++- lib/Target/AArch64/AArch64InstrInfo.cpp | 6 +- lib/Target/X86/README-SSE.txt | 10 +- lib/Transforms/Scalar/LICM.cpp | 107 +++++------------- test/CodeGen/AArch64/tailcall_misched_graph.ll | 14 +-- test/CodeGen/X86/2010-05-12-FastAllocKills.ll | 8 +- test/Transforms/LICM/sink-foldable.ll | 147 ------------------------- 10 files changed, 86 insertions(+), 256 deletions(-) delete mode 100644 test/Transforms/LICM/sink-foldable.ll