[PATCH] D73049: [DA][TTI][AMDGPU] Add option to select GPUDA with TTI

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 11:40:57 PST 2020


kerbowa marked an inline comment as done.
kerbowa added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp:72
 
+static cl::opt<bool> UseLegacyDA(
+  "amdgpu-use-legacy-divergence-analysis",
----------------
rampitec wrote:
> Do you need this new option if there is -use-gpu-divergence-analysis?
The new cl option disables the new DA for AMDGPU. You can't do that with -use-gpu-divergence-analysis.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73049





More information about the llvm-commits mailing list