[PATCH] D69737: [PGO][PGSO] TargetInstrInfo part.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 14:04:48 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:136-138
+ virtual MachineInstr *commuteInstructionImpl(MachineInstr &MI,
+ ProfileSummaryInfo *PSI,
+ const MachineBlockFrequencyInfo *MBFI,
----------------
Why is this needed for commuting?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69737/new/
https://reviews.llvm.org/D69737
More information about the llvm-commits
mailing list