[PATCH] D151423: [MachineInstr] Implement new operand accessors all_defs and all_uses
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 09:16:19 PDT 2023
qcolombet added a comment.
In D151423#4387264 <https://reviews.llvm.org/D151423#4387264>, @foad wrote:
> @qcolombet I was planning to go back to the previous diff which used `auto` for the return types: https://reviews.llvm.org/D151423?vs=on&id=525565. Do you have a preference?
I prefer with the explicit types personally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151423/new/
https://reviews.llvm.org/D151423
More information about the llvm-commits
mailing list