This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c5cf6c8 [lit] Limit parallelism of sanitizer tests on Darwin [llvm pa [...] new cbd2ff7 [MIRParser] Allow generic register specification on operand. new 6d3baec [AArch64][GlobalISel] Split legalizer combine tests. NFC. new c451236 [AArch64][GlobalISel] Split FP conversion legalizer tests. NFC. new 91e5a47 GlobalISel: Add a note about how we're being a bit loose with [...]
The 4 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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 4 + lib/CodeGen/MIRParser/MIParser.cpp | 28 +-- .../AArch64/GlobalISel/legalize-combines.mir | 155 +++++++++------- test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 195 ++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir | 200 +++++++++++++++++++++ .../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 119 ++++-------- test/CodeGen/MIR/X86/register-operand-class.mir | 3 + 7 files changed, 535 insertions(+), 169 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir