[PATCH] D133103: [PowerPC] Improve kill flag computation and add verification after MI peephole

Kamau Bridgeman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 07:33:30 PST 2023


kamaub added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCMIPeephole.cpp:1207
         // We will delete the MI if it will never trap.
         ToErase = &MI;
         Simplified = true;
----------------
Do we need to track the registers in this instruction


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133103



More information about the llvm-commits mailing list