[all-commits] [llvm/llvm-project] d46305: [NFC][regalloc] Move evict advisor initialization ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Jan 31 14:05:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d46305e22d15de4e403b40a61ab99017e2f62437
https://github.com/llvm/llvm-project/commit/d46305e22d15de4e403b40a61ab99017e2f62437
Author: Mircea Trofin <mtrofin at google.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
[NFC][regalloc] Move evict advisor initialization before VRAI
This is because a subsequent patch will propose obtaining the VRAI from
the advisor, which will enable feature caching for the ML advisor, for
better compile time. Making this change first as it's both innocuous and
keeps the future patch to be reviewed small.
More information about the All-commits
mailing list