This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34aa0a38a60 [Attributor][NFC] Add IntegerState raw_ostream << operator new 62ea4baf5fa [X86] Allow combineTruncateWithSat to use pack instructions [...] new 343c25c69d6 Title: Fix build warning for operator<< when using GCC 7. A [...] new 26392263c3d [Attributor] Use the cached data layout directly
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/Analysis/LoopCacheAnalysis.h | 3 + include/llvm/Transforms/IPO/Attributor.h | 111 ++++++++++++++-------------- lib/Target/X86/X86ISelLowering.cpp | 3 +- lib/Transforms/IPO/Attributor.cpp | 19 ++--- test/CodeGen/X86/avx512-trunc.ll | 26 ++----- test/CodeGen/X86/masked_store_trunc_ssat.ll | 21 +----- test/CodeGen/X86/vector-trunc-packus.ll | 40 ++-------- test/CodeGen/X86/vector-trunc-ssat.ll | 38 ++-------- 8 files changed, 98 insertions(+), 163 deletions(-)