This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ecfbd3f [LCG] Add a previously missing assert about the relationship [...] new 2d1bdd9 [X86][AVX512DQ] Add fp <-> int tests for AVX512DQ/AVX512DQ+VL new fe998e6 [InstCombine] change bitwise logic type to eliminate bitcasts new e436226 TargetSubtargetInfo: Move implementation to lib/CodeGen; NFC
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/CMakeLists.txt | 1 + lib/{Target => CodeGen}/TargetSubtargetInfo.cpp | 2 +- lib/Target/CMakeLists.txt | 1 - lib/Transforms/InstCombine/InstCombineCasts.cpp | 43 ++ test/CodeGen/X86/vec_fp_to_int.ll | 835 +++++++++++++----------- test/CodeGen/X86/vec_int_to_fp.ll | 699 ++++++++++++++++++-- test/Transforms/InstCombine/bitcast.ll | 29 +- 7 files changed, 1174 insertions(+), 436 deletions(-) rename lib/{Target => CodeGen}/TargetSubtargetInfo.cpp (96%)