This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd4ed124f49 Revert part of r321026 "[X86] Don't use NOPL when the assem [...] new b01d49845cc [Hexagon] Cache loads to select to avoid traversing mutating DAG new 40c166819e3 AArch64/X86: Factor out common bzero logic; NFC new 4f43d6f3e07 X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI
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/RuntimeLibcalls.def | 3 ++ include/llvm/CodeGen/TargetLowering.h | 3 ++ lib/CodeGen/TargetLoweringBase.cpp | 53 +++++++++++++++++------ lib/Target/AArch64/AArch64ISelLowering.cpp | 12 ++--- lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 8 ++-- lib/Target/AArch64/AArch64Subtarget.cpp | 13 ------ lib/Target/AArch64/AArch64Subtarget.h | 7 --- lib/Target/ARM/ARMISelLowering.cpp | 24 +++------- lib/Target/ARM/ARMSubtarget.cpp | 5 --- lib/Target/ARM/ARMSubtarget.h | 4 -- lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 41 +++++++++++++----- lib/Target/X86/X86ISelLowering.cpp | 18 +++----- lib/Target/X86/X86SelectionDAGInfo.cpp | 7 +-- lib/Target/X86/X86Subtarget.cpp | 22 ---------- lib/Target/X86/X86Subtarget.h | 11 ----- test/CodeGen/Hexagon/autohvx/isel-select-const.ll | 32 ++++++++++++++ 16 files changed, 134 insertions(+), 129 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-select-const.ll