[PATCH] D150868: [CodeGen] Rename `MachineInstr::defs` to `MachineInstr::explicit_defs` (NFC)

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 03:19:22 PDT 2023


barannikov88 added a comment.

In D150868#4355880 <https://reviews.llvm.org/D150868#4355880>, @foad wrote:

> If we implement `all_uses` (and `all_defs`?) then maybe there is no need to rename `uses` after all.

Good point.
I'll create a discourse topic to see how people feel about `all_uses`/`all_defs`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150868



More information about the llvm-commits mailing list