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

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 11:31:43 PST 2020


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp:72
 
+static cl::opt<bool> UseLegacyDA(
+  "amdgpu-use-legacy-divergence-analysis",
----------------
Do you need this new option if there is -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