This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d27d2d709ec [X86] Add CodeGenOnly instructions for (f32 (X86selects $ma [...] new b07705b701d Remove the AliasAnalysis argument in function areMemAccesse [...] new 4b4fd737fd3 [X86] Add VMOVSSZrrk/VMOVSDZrrk/VMOVSSZrrkz/VMOVSDZrrkz to [...] new 7a6fccf41ea [X86] Remove unused arguments from a tablegen multiclass. 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: include/llvm/CodeGen/TargetInstrInfo.h | 3 +- lib/CodeGen/MachineInstr.cpp | 2 +- lib/CodeGen/MachinePipeliner.cpp | 2 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +- lib/Target/AArch64/AArch64InstrInfo.h | 3 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 3 +- lib/Target/AMDGPU/SIInstrInfo.h | 3 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 3 +- lib/Target/Hexagon/HexagonInstrInfo.h | 3 +- lib/Target/Lanai/LanaiInstrInfo.cpp | 3 +- lib/Target/Lanai/LanaiInstrInfo.h | 3 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 3 +- lib/Target/PowerPC/PPCInstrInfo.h | 3 +- lib/Target/SystemZ/SystemZInstrInfo.cpp | 3 +- lib/Target/SystemZ/SystemZInstrInfo.h | 3 +- lib/Target/X86/X86InstrInfo.cpp | 21 ++++++++--- lib/Target/X86/X86InstrSSE.td | 26 ++++++------- test/CodeGen/X86/avx512-insert-extract.ll | 4 +- test/CodeGen/X86/avx512-select.ll | 4 +- test/CodeGen/X86/fast-isel-select-pseudo-cmov.ll | 24 ++++++------ test/CodeGen/X86/fast-isel-select-sse.ll | 48 ++++++++++++------------ test/CodeGen/X86/fmaxnum.ll | 8 ++-- test/CodeGen/X86/fminnum.ll | 8 ++-- test/CodeGen/X86/gpr-to-mask.ll | 6 +-- test/CodeGen/X86/pr38803.ll | 2 +- test/CodeGen/X86/scalar-fp-to-i64.ll | 8 ++-- test/CodeGen/X86/sqrt-fastmath.ll | 4 +- 27 files changed, 101 insertions(+), 104 deletions(-)