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

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 08:28:14 PST 2023


nemanjai added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCMIPeephole.cpp:20
+// NOTE: We run the verifier after this pass in Asserts/Debug builds so it
+//       is important to keep the code valid in after transformations.
+//       Common causes of errors stem from violating the contract specified
----------------
s/in after/after


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