This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3de8077a940 [MS Demangler] Demangle member pointer template parameters. new b0ab6f767f6 [PSV] Update API to be able to use TargetCustom without UB. new 3e54b8bebb4 [FPEnv] Support constrained FREM intrinsic
The 2 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/PseudoSourceValue.h | 10 +- include/llvm/CodeGen/TargetInstrInfo.h | 2 +- include/llvm/CodeGen/TargetLowering.h | 1 + lib/CodeGen/PseudoSourceValue.cpp | 4 +- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 + lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 3 + lib/Target/AMDGPU/R600InstrInfo.cpp | 2 +- lib/Target/AMDGPU/R600InstrInfo.h | 2 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +- lib/Target/AMDGPU/SIInstrInfo.h | 2 +- test/CodeGen/X86/fp-intrinsics.ll | 17 +- .../X86/vector-constrained-fp-intrinsics.ll | 285 ++++++++++++++++++++- 13 files changed, 308 insertions(+), 26 deletions(-)