This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Handle OR as operand of raw load/store
ClosedPublic

Authored by piotr on Dec 21 2018, 6:04 AM.

Details

Summary

Use isBaseWithConstantOffset() which handles OR as an operand
to llvm.amdgcn.raw.buffer.load and llvm.amdgcn.raw.buffer.store.

Change-Id: Ifefb9dc5ded8710d333df07ab1900b230e33539a

Diff Detail

Repository
rL LLVM

Event Timeline

piotr created this revision.Dec 21 2018, 6:04 AM
arsenm accepted this revision.Dec 23 2018, 1:07 PM

LGTM

This revision is now accepted and ready to land.Dec 23 2018, 1:07 PM
This revision was automatically updated to reflect the committed changes.