Promote alloca to vector before SROA and loop unroll. If we manage
to eliminate allocas before unroll we may choose to unroll less.
Details
Details
- Reviewers
arsenm jdoerfert - Commits
- rG689e616ed0b1: [AMDGPU] Promote alloca to vector in opt
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | ||
---|---|---|
486 | I think we should start adding the pass pipeline tests like other targets have. Without looking I'm not 100% sure how many times this runs, or before which SROA runs |
I think we should start adding the pass pipeline tests like other targets have. Without looking I'm not 100% sure how many times this runs, or before which SROA runs