This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35b092a InferAddressSpaces: Support memory intrinsics new 1c8955e [X86] Use integer broadcast instructions for integer broadcas [...] new e45c0bf [X86] Remove 'else' after 'return'. NFC new afa112a [X86] Remove patterns for selecting PSHUFD with FP types. We [...] new 98925ea [X86] Remove duplicate patterns for X86VPermilpv that already [...] new 3a54f7a [X86] Remove patterns for X86VPermilpi with integer types. I [...] new 1394a16 InferAddressSpaces: Handle icmp new 6a569f5 InferAddressSpaces: Rename constant
The 7 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/X86ISelLowering.cpp | 2 +- lib/Target/X86/X86InstrSSE.td | 64 +--------- lib/Transforms/Scalar/InferAddressSpaces.cpp | 84 ++++++++++-- test/Transforms/InferAddressSpaces/AMDGPU/icmp.ll | 142 +++++++++++++++++++++ .../AMDGPU/infer-address-space.ll | 7 +- 5 files changed, 221 insertions(+), 78 deletions(-) create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/icmp.ll