Enable partial and runtime loop unrolling for NVPTX backend via
TTI::UnrollingPreferences with a small threshold. This partially unrolls
small loops which are often unrolled by the PTX to SASS compiler
and unrolling earlier can be beneficial.
Details
Details
- Reviewers
jholewinski broune
Diff Detail
Diff Detail
- Repository
- rL LLVM