[llvm] [AMDGPU] CodeGen for SMEM instructions (PR #75579)

Mirko BrkuĊĦanin via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 01:40:42 PST 2023


mbrkusanin wrote:

> There is some duplication with #75492 (the part about the restricted offset) but I see why you need it in both patches and it looks the common parts will merge cleanly anyway.

Yes, I kept the codegen updates independent from each other so they could be merged in whatever order they get approved (just need a rebase in between). So there might be some duplicated code between them.

https://github.com/llvm/llvm-project/pull/75579


More information about the llvm-commits mailing list