[PATCH] D96543: [AMDGPU] Allow accvgpr_read/write decode with opsel

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 12:36:18 PST 2021


rampitec added a comment.

In D96543#2560862 <https://reviews.llvm.org/D96543#2560862>, @rampitec wrote:

> In D96543#2560839 <https://reviews.llvm.org/D96543#2560839>, @thakis wrote:
>
>> This seems to break tests on windows: http://45.33.8.238/win/33173/step_11.txt
>>
>> PTAL, and revert for now if it takes a while to fix.
>
> Ouch! Fix is trivial, constant shall be 1ull and not 1ul. I will fix it now.

Sorry, fixed: https://reviews.llvm.org/rGc96e214b9ca7739737cf257baf32ff819854027d


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96543



More information about the llvm-commits mailing list