[all-commits] [llvm/llvm-project] 6b813f: [AMDGPU] Enable runtime unroll for LDS
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Feb 27 13:00:16 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b813f276225f773a04dfa82cd6b3b6bf5a5980c
https://github.com/llvm/llvm-project/commit/6b813f276225f773a04dfa82cd6b3b6bf5a5980c
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/test/CodeGen/AMDGPU/unroll.ll
Log Message:
-----------
[AMDGPU] Enable runtime unroll for LDS
We want to do unroll for LDS even for runtime trip count
to combine LDS operations.
Differential Revision: https://reviews.llvm.org/D75293
More information about the All-commits
mailing list