[PATCH] D63566: AMDGPU: Fix folding immediate into readfirstlane through reg_sequence
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 11:28:19 PDT 2019
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/SIFoldOperands.cpp:443
+ RSUse != RSE; RSUse = Next) {
+ Next = RSUse;
+ ++Next;
----------------
Next = std::next(RSUse)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63566/new/
https://reviews.llvm.org/D63566
More information about the llvm-commits
mailing list