This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65104c60da3 [CGP] Format. NFC new a6e4a6beb0c [CodeGen] Refactor printOffset from MO and MIRPrinter new 30e8e017c83 [CodeGen] Move printing MO_FPImmediate operands to MachineO [...] new 43c2ba74fca [CodeGen] Move printing MO_IntrinsicID operands to MachineO [...] new 234b36e4234 [CodeGen] Move printing MO_IntrinsicID operands to MachineO [...] new 235e856f64f [CodeGen] Move printing MO_BlockAddress operands to Machine [...]
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: docs/MIRLangRef.rst | 23 +++++ include/llvm/CodeGen/MachineOperand.h | 6 ++ lib/CodeGen/MIRPrinter.cpp | 79 ++-------------- lib/CodeGen/MachineOperand.cpp | 107 ++++++++++++---------- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +- unittests/CodeGen/MachineOperandTest.cpp | 46 ++++++++++ 6 files changed, 142 insertions(+), 121 deletions(-)