This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3cef1f9 Reapply "ADT: Remove UB in ilist (and use a circular linked list)" new 65cdc46 [NVPTX] Switch nvptx-use-infer-addrspace to true. new b47e6e5 GlobalISel: translate floating-point comparisons new ff50821 GlobalISel: translate floating-point round/extend
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/GlobalISel/IRTranslator.h | 22 +++++++++++--- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 8 +++++ include/llvm/Target/GenericOpcodes.td | 21 ++++++++++++- include/llvm/Target/TargetOpcodes.def | 9 ++++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 29 +++++++++++------- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 11 +++++++ lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp | 3 -- lib/Target/NVPTX/NVPTXTargetMachine.cpp | 2 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 34 ++++++++++++++++++++++ test/CodeGen/NVPTX/access-non-generic.ll | 3 +- test/CodeGen/NVPTX/addrspacecast.ll | 6 ++-- 11 files changed, 125 insertions(+), 23 deletions(-)