This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 572b72726d6 AMDGPU: Try to use op_sel when selecting packed instructions new a44d688d960 Only enable LiveRangeShrink for x86. new 3b4043264e7 [X86][AVX512] Add 512-bit vector cttz costs + tests new 2e0acd15bb9 [BinaryStream] Reduce the amount of boiler plate needed to use.
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: include/llvm/Support/BinaryStreamReader.h | 18 +++- include/llvm/Support/BinaryStreamRef.h | 127 ++++++++++++++------------- include/llvm/Support/BinaryStreamWriter.h | 15 +++- lib/CodeGen/TargetPassConfig.cpp | 3 - lib/Support/BinaryStreamReader.cpp | 13 ++- lib/Support/BinaryStreamRef.cpp | 137 ++++++++++++++++++++++++++++++ lib/Support/BinaryStreamWriter.cpp | 11 ++- lib/Support/CMakeLists.txt | 1 + lib/Target/X86/X86TargetMachine.cpp | 1 + lib/Target/X86/X86TargetTransformInfo.cpp | 6 ++ test/Analysis/CostModel/X86/cttz.ll | 131 ++++++++++++++++++++++++++-- test/CodeGen/AArch64/arm64-ccmp.ll | 2 +- test/CodeGen/NVPTX/sched1.ll | 4 +- test/CodeGen/NVPTX/sched2.ll | 4 +- test/CodeGen/SPARC/LeonItinerariesUT.ll | 2 +- tools/llvm-readobj/COFFDumper.cpp | 34 +++----- 16 files changed, 406 insertions(+), 103 deletions(-) create mode 100644 lib/Support/BinaryStreamRef.cpp