[PATCH] D30148: AMDGPU/SI: Fix listing of Low and High latency instructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 15:50:48 PST 2017


arsenm added a comment.

It's still missing a few. VINTRP and EXP. I think it would be better to check instruction latency data. In absence of that, I think it would be simpler to just use isHighLatencyInstruction, and !isHighLatencyInstruction


Repository:
  rL LLVM

https://reviews.llvm.org/D30148





More information about the llvm-commits mailing list