[all-commits] [llvm/llvm-project] bb16ef: [AMDGPU] Move RPT::getLiveRegs() check under EXPEN...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Mon Feb 22 15:22:21 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb16efe28030e26f9e5e0eaecfe729a3f1ff2ca7
https://github.com/llvm/llvm-project/commit/bb16efe28030e26f9e5e0eaecfe729a3f1ff2ca7
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
Log Message:
-----------
[AMDGPU] Move RPT::getLiveRegs() check under EXPENSIVE_CHECKS
This is too expensive even for debug builds. It doubles
scheduling time if enabled.
Differential Revision: https://reviews.llvm.org/D97232
More information about the All-commits
mailing list