This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd1b03d467c [InstCombine] prefer xor with -1 because 'not' is easier to [...] new 9eb6db17b6a Revert r300964 + r300970 - [globalisel][tablegen] Import Se [...] new 915a4bc0f9f [LV] Model if-converted phi node costs
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 30 ------- lib/Target/AArch64/AArch64InstructionSelector.cpp | 19 +---- lib/Target/X86/X86.h | 3 +- lib/Target/X86/X86InstructionSelector.cpp | 33 ++------ lib/Target/X86/X86TargetMachine.cpp | 2 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 12 ++- test/TableGen/GlobalISelEmitter.td | 41 +--------- test/Transforms/LoopVectorize/phi-cost.ll | 86 ++++++++++++++++++++ utils/TableGen/AsmMatcherEmitter.cpp | 2 +- utils/TableGen/CodeEmitterGen.cpp | 2 +- utils/TableGen/GlobalISelEmitter.cpp | 91 ++++++---------------- utils/TableGen/SubtargetFeatureInfo.cpp | 32 -------- utils/TableGen/SubtargetFeatureInfo.h | 40 ---------- utils/TableGen/Types.cpp | 1 - 14 files changed, 135 insertions(+), 259 deletions(-) create mode 100644 test/Transforms/LoopVectorize/phi-cost.ll