This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 707719e [DAGCombiner] Enable AND combines of splatted constant vectors new d88990b [SelectionDAG] Add BUILD_VECTOR support to computeKnownBits a [...] new 210e77b [Thumb1] Fix cost calculation for complemented immediates new ac84ac0 [Thumb1] AND with a constant operand can be converted into BIC
The 3 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/SelectionDAG/SelectionDAG.cpp | 20 +++++++++++++++ lib/CodeGen/SelectionDAG/TargetLowering.cpp | 27 ++++++++++++++++++++ lib/Target/ARM/ARMTargetTransformInfo.cpp | 6 ++++- test/CodeGen/AMDGPU/load-constant-i16.ll | 7 +++--- test/CodeGen/AMDGPU/load-global-i16.ll | 7 +++--- test/CodeGen/ARM/immcost.ll | 39 +++++++++++++++++++++++++++++ test/CodeGen/X86/combine-and.ll | 10 ++------ 7 files changed, 101 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/ARM/immcost.ll