[all-commits] [llvm/llvm-project] b206ee: [MachineVerifier] Make TiedOpsRewritten computable...

bzEq via All-commits all-commits at lists.llvm.org
Mon Dec 6 18:25:28 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b206ee69061120d559d8315bede6c63758b06154
      https://github.com/llvm/llvm-project/commit/b206ee69061120d559d8315bede6c63758b06154
  Author: Kai Luo <lkail at cn.ibm.com>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/unittests/MIR/MachineMetadata.cpp

  Log Message:
  -----------
  [MachineVerifier] Make TiedOpsRewritten computable in MIRParser

This patch is to address post-commit comment https://reviews.llvm.org/D80538#anchor-inline-1091625, which make the constraint stronger based on what https://reviews.llvm.org/D80538 does, i.e., "TiedOpsRewritten is set iff leave-ssa and all tied operands share the same register".

Reviewed By: MatzeB

Differential Revision: https://reviews.llvm.org/D114573




More information about the All-commits mailing list