This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e5da9bc1ec Fix prof branch_weights in entry_counts_missing_dbginfo.ll test new 3cfa9955ea6 Fix missing const new 238de69e72a GlobalISel: Add G_FCOPYSIGN new 38dc3ddbb18 GlobalISel: Fix indentation new 786b3579900 GlobalISel: Add some FP instructions to MachineIRBuilder new 974b6989da3 GlobalISel: Add buildFConstant for APFloat
The 5 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/MachineIRBuilder.h | 29 +++++++++++++++++++ include/llvm/CodeGen/MachineInstrBuilder.h | 2 +- include/llvm/Support/TargetOpcodes.def | 6 ++++ include/llvm/Target/GenericOpcodes.td | 6 ++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 ++ lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 7 +++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 12 ++++++++ .../GlobalISel/legalizer-info-validation.mir | 3 ++ .../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 33 ++++++++++++++++++++++ 10 files changed, 100 insertions(+), 2 deletions(-)