It is difficult to track the users of vector and aggregate types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
100 ms | x64 debian > Clang.Driver::debug-pass-structure.c |
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | ||
---|---|---|
611 | s/instructions of vector type/aggregate instructions/? | |
613–614 | I would move this below the other more common instruction cases | |
llvm/test/CodeGen/AMDGPU/skip-promote-alloca-vector-users.ll | ||
13 | Don't use a volatile store, if we did analyze the users this would have been skipped anyway | |
24 | Ditto | |
35 | Ditto |
s/instructions of vector type/aggregate instructions/?