[PATCH] D38915: AMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD lowered from SMEM

Marek Olšák via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 11:46:52 PDT 2017


mareko added a comment.

Another improvement that can be done here is that LLVM sometimes generates OR instead of ADD, and I don't know how to tell when OR means ADD.


https://reviews.llvm.org/D38915





More information about the llvm-commits mailing list