It is already marked as having side effects, at least in MIR. It does
not interact with anything else that is modelled as a memory access
either in IR or MachineIR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125985
[AMDGPU] Mark s_get_waveid_in_workgroup as not reading memory ClosedPublic Authored by foad on May 19 2022, 8:56 AM.
Details Summary It is already marked as having side effects, at least in MIR. It does
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 19 2022, 10:39 AM This revision was landed with ongoing or failed builds.May 19 2022, 1:26 PM Closed by commit rG9ece0518471a: [AMDGPU] Mark s_get_waveid_in_workgroup as not reading memory (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 430790 llvm/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/lib/Target/AMDGPU/SMInstructions.td
|