[PATCH] D73815: AMDGPU: Stop scanning for control flow intrinsic users

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 17:03:30 PST 2020


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


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp:659
     }
   }
+
----------------
I think this works for the def cases, but the uses don't currently have the analog in DivergenceAnalysis for values that have to be uniform uses


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

https://reviews.llvm.org/D73815





More information about the llvm-commits mailing list