[PATCH] D77135: Provide operand indices to adjustSchedDependency

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 07:44:50 PDT 2020


frasercrmck added a comment.

Updating `Hexagon` to use `Def` and `Use`  terminology now seems too an intrusive change to me: there are also private functions `updateLatency`, restoreLatency`, `changeLatency`, `isBestZeroLatency` which all use `Src` and `Dst`. So I think I'll leave it be.

AMDGPU is simpler in that regard.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77135





More information about the llvm-commits mailing list