Enable the new diveregence analysis by default for AMDGPU.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | ||
---|---|---|
72 | Do you need this new option if there is -use-gpu-divergence-analysis? |
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | ||
---|---|---|
72 | The new cl option disables the new DA for AMDGPU. You can't do that with -use-gpu-divergence-analysis. |
Comment Actions
Tests on Windows have been broken for over 12h now: http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/13808 I've reverted this for now in cd470717d15854fb778f2c96667ba36672af6cf5 . Sorry about the toil!
Do you need this new option if there is -use-gpu-divergence-analysis?