This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c9f889f [WebAssembly] Fix the opcode numbers for floating-point le and gt. new bfa1145 Refactor alias check from MISched into common helper. NFC. new 06c6e46 GlobalISel: support trivial inlineasm calls.
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/IRTranslator.h | 2 + include/llvm/CodeGen/MachineInstr.h | 12 +++++ include/llvm/Target/TargetInstrInfo.h | 15 ++++-- lib/CodeGen/GlobalISel/IRTranslator.cpp | 21 +++++++- lib/CodeGen/MachineInstr.cpp | 59 ++++++++++++++++++++ lib/CodeGen/ScheduleDAGInstrs.cpp | 62 +--------------------- .../AArch64/GlobalISel/arm64-irtranslator.ll | 9 ++++ test/CodeGen/AArch64/GlobalISel/inline-asm.ll | 4 +- 8 files changed, 116 insertions(+), 68 deletions(-)