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

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 02:07:15 PDT 2020


steven.zhang added inline comments.


================
Comment at: llvm/lib/CodeGen/MachineInstr.cpp:1443
+
+    if (MO.isReg() && MO.isImplicit())
+      ImpRegSet.insert(MO.getReg());
----------------
So, we don't need the isImplicit check any more.


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