This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c3c157 remove FIXME comments (fixed with r277738) new 143570a GlobalISel: add code to widen scalar G_ADD new 75fec5d GlobalISel: also add G_TRUNC to IRTranslator.
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/GlobalISel/MachineIRBuilder.h | 22 ++++++++++++++++++ include/llvm/Target/GenericOpcodes.td | 19 ++++++++++++++++ include/llvm/Target/TargetOpcodes.def | 6 +++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 4 +++- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 10 +++++++++ lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 25 ++++++++++++++++++++- lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 5 +++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 13 +++++++++++ test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 26 ++++++++++++++++++++++ 9 files changed, 128 insertions(+), 2 deletions(-)