[PATCH] D115559: AMDGPU: Propagate amdgpu-waves-per-eu with attributor

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 08:17:46 PDT 2023


jhuber6 added a comment.

There is actually an assumption propagation AA in the Attributor already https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/IPO/AttributorAttributes.cpp#L11609. I don't know if that's relevant to what the AMDGPUAttributor wants to do however.


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

https://reviews.llvm.org/D115559



More information about the llvm-commits mailing list