[PATCH] D146937: [AMDGPU] Remove `use-legacy-divergence-analysis`

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 02:14:43 PDT 2023


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h:105
+
+  bool useGPUDivergenceAnalysis() const {
+    // DivergenceAnalysis is no longer in use in the AMDGPU Backend.
----------------
Remove this method? The default base class implementation return false anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146937



More information about the llvm-commits mailing list