This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bca09dc412 Remove uses of deprecated std::not1. new 1183423ec59 [GlobalISel][X86] Legalize i1 G_ADD/G_SUB/G_MUL/G_XOR/G_OR/ [...]
The 1 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/Target/X86/X86LegalizerInfo.cpp | 5 +- test/CodeGen/X86/GlobalISel/add-scalar.ll | 23 +++++++++ test/CodeGen/X86/GlobalISel/and-scalar.ll | 14 ++++++ test/CodeGen/X86/GlobalISel/legalize-add.mir | 33 ++++++++++--- .../CodeGen/X86/GlobalISel/legalize-and-scalar.mir | 29 +++++++++++ .../CodeGen/X86/GlobalISel/legalize-mul-scalar.mir | 26 ++++++++++ test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir | 29 +++++++++++ test/CodeGen/X86/GlobalISel/legalize-sub.mir | 41 ++++++++++++---- .../CodeGen/X86/GlobalISel/legalize-xor-scalar.mir | 29 +++++++++++ test/CodeGen/X86/GlobalISel/or-scalar.ll | 14 ++++++ test/CodeGen/X86/GlobalISel/sub-scalar.ll | 56 ++++++++++++++++++++++ test/CodeGen/X86/GlobalISel/xor-scalar.ll | 14 ++++++ 12 files changed, 297 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/sub-scalar.ll