This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0fad9cb52e5 AMDGPU: Add new subtarget features for gfx9 flat instructions new c11234753fe AMDGPU: Make some packed shuffles free new 3ba25d22227 [InstCombine] remove fold that swaps xor/or with constants; NFCI
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/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 34 +++++++++- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 3 + lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 12 ---- test/Analysis/CostModel/AMDGPU/extractelement.ll | 74 ++++++++++++++-------- test/Analysis/CostModel/AMDGPU/insertelement.ll | 43 ++++++++----- test/Analysis/CostModel/AMDGPU/shufflevector.ll | 43 +++++++++++++ test/Transforms/InstCombine/or-xor.ll | 70 ++++++++++++++++++++ 7 files changed, 225 insertions(+), 54 deletions(-) create mode 100644 test/Analysis/CostModel/AMDGPU/shufflevector.ll