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
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 | ||
12 | Don't use a volatile store, if we did analyze the users this would have been skipped anyway | |
23 | Ditto | |
34 | Ditto |
s/instructions of vector type/aggregate instructions/?