Files
clang-p2996/llvm/test/Transforms/SeparateConstOffsetFromGEP/AMDGPU
Nikita Popov 9c78481717 [SeparateConstOffsetFromGEP] Support multiple indices in reorderGEP (#92339)
The code was essentially already ready to handle multiple indices -- we
only need to adjust the non-negative index check to check all indices,
instead of only the first one.
2024-05-21 08:37:18 +02:00
..