[all-commits] [llvm/llvm-project] 5a50ab: [nfc][mlgo][regalloc] Stop warnings about unused f...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Feb 8 08:36:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a50ab4d5c2c50ccf2df3b3dffa7519c92b0b01a
https://github.com/llvm/llvm-project/commit/5a50ab4d5c2c50ccf2df3b3dffa7519c92b0b01a
Author: Mircea Trofin <mtrofin at google.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M llvm/include/llvm/Analysis/ReleaseModeModelRunner.h
M llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
Log Message:
-----------
[nfc][mlgo][regalloc] Stop warnings about unused function
Added a `NoopSavedModelImpl` type which can be used as a mock AOT-ed
saved model, and further minimize conditional compilation cases. This
also removes unused function warnings on gcc.
More information about the All-commits
mailing list