[PATCH] D154858: [AMDGPU] Add llvm.amdgcn.wave.reduce.umin/umax Intrinsic.

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 08:22:21 PDT 2023


aaron.ballman added a comment.

In D154858#4528245 <https://reviews.llvm.org/D154858#4528245>, @pravinjagtap wrote:

> In D154858#4527699 <https://reviews.llvm.org/D154858#4527699>, @aaron.ballman wrote:
>
>> In D154858#4527185 <https://reviews.llvm.org/D154858#4527185>, @pravinjagtap wrote:
>>
>>> In D154858#4527008 <https://reviews.llvm.org/D154858#4527008>, @steakhal wrote:
>>>
>>>> I think this breaks the expensive-checks CI:
>>>> https://lab.llvm.org/buildbot/#/builders/16/builds/51955
>>>
>>> Hello @steakhal, I am looking into it.
>>
>> Unless you think you've almost got it solved, can you revert the changes so the bots go back to green?
>
> Fix : https://reviews.llvm.org/rGd163b76ce348516db7abe3a462ae4cb78f922c75
>
> CC: @steakhal, @aaron.ballman

Thank you! I can confirm this resolved the issues I was seeing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154858



More information about the llvm-commits mailing list