[PATCH] D78010: [CodeGen] Add new function unionImplicitOps() to union implicit register

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 09:39:10 PDT 2020


lkail added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/early-ret.mir:112
   ; CHECK:   renamable $cr0 = FCMPUS killed renamable $f1, killed renamable $f2
   ; CHECK:   BCLRn killed renamable $cr0eq, implicit $lr, implicit $rm, implicit killed $v2
   ; CHECK: bb.2:
----------------
Is there any instruction define `$v2` between the last instruction of `bb.0.entry` and current one missing from check lines?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78010/new/

https://reviews.llvm.org/D78010





More information about the llvm-commits mailing list