Unverified Commit 01c1c7a1 authored by Acim Maravic's avatar Acim Maravic Committed by GitHub
Browse files

[AMDGPU][CodeGen] Update support (soffset + offset) s_buffer_load's (#68302)

getBaseWithConstantOffset() is used for scalar and non-scalar buffer
loads. Diffrence between s_load and load instruction is that s_load
instruction extends 32-bit offset to 64-bits, so a 32-bit (address +
offset) should not cause unsigned 32-bit integer wraparound, because it
performs addition in 64-bits.
parent fffbea33
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment