[PATCH] D96469: [AMDGPU] WIP: use single cache policy operand
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 17:17:50 PST 2021
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:4900
+ } else {
+ Operands.erase(&Operands[I]);
+ --I;
----------------
This is a bug BTW, I will fix it. It will erase any optional operand, cache policy or not, once first cache policy bit was met.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96469/new/
https://reviews.llvm.org/D96469
More information about the llvm-commits
mailing list