[PATCH] D72430: AMDGPU/GlobalISel: Select llvm.amdcn.raw.buffer.load
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 06:06:15 PST 2020
kerbowa added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:2330
+ if (Overflow != 0) {
+ // // In case this is in a waterfall loop, insert offset code at the def point
+ // // of the offset, not inside the loop.
----------------
NITPICK: Fix comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72430/new/
https://reviews.llvm.org/D72430
More information about the llvm-commits
mailing list