This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 946c51ffec1 [DAG] remove duplicated code for isOnlyUsedInZeroEqualityCo [...] new cfed19098f2 Fix PR23384 (part 3 of 3) new f632627ec76 llc: Add ability to parse mir from stdin
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: lib/CodeGen/MIRParser/MIRParser.cpp | 2 +- lib/Target/X86/X86TargetTransformInfo.cpp | 11 +++ lib/Target/X86/X86TargetTransformInfo.h | 2 + lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 +- test/CodeGen/MIR/X86/roundtrip.mir | 20 ++++++ test/CodeGen/X86/2006-05-11-InstrSched.ll | 2 +- test/CodeGen/X86/atom-fixup-lea3.ll | 11 ++- test/CodeGen/X86/full-lsr.ll | 10 +-- test/CodeGen/X86/hoist-spill.ll | 2 - test/CodeGen/X86/loop-strength-reduce4.ll | 15 +++-- test/CodeGen/X86/madd.ll | 78 +++++++++++----------- test/CodeGen/X86/masked-iv-safe.ll | 16 ++--- .../Transforms/LoopStrengthReduce/X86/canonical.ll | 2 +- .../LoopStrengthReduce/X86/ivchain-X86.ll | 4 +- .../LoopStrengthReduce/X86/lsr-expand-quadratic.ll | 12 ++-- .../LoopStrengthReduce/X86/lsr-insns-1.ll | 4 +- .../LoopStrengthReduce/X86/lsr-insns-2.ll | 4 +- .../LoopStrengthReduce/X86/nested-loop.ll | 22 +++--- tools/llc/llc.cpp | 12 +++- 19 files changed, 139 insertions(+), 92 deletions(-) create mode 100644 test/CodeGen/MIR/X86/roundtrip.mir