[all-commits] [llvm/llvm-project] 75b3cc: [mlgo] Remove tests involving the size estimator, ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Fri Aug 8 16:43:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75b3cc9e6ca836e661757f3a36603f16e28e8585
https://github.com/llvm/llvm-project/commit/75b3cc9e6ca836e661757f3a36603f16e28e8585
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-08-08 (Fri, 08 Aug 2025)
Changed paths:
M llvm/test/Transforms/Inline/ML/bounds-checks-rewards.ll
M llvm/test/Transforms/Inline/ML/development-training-log.ll
R llvm/test/Transforms/Inline/ML/size-estimator-default.ll
R llvm/test/Transforms/Inline/ML/size-estimator-training.ll
Log Message:
-----------
[mlgo] Remove tests involving the size estimator, after PR #139357 (#152813)
We'll remove the size estimator after, this change is to get the `ml-*`
build bots green after the aforementioned PR.
We never used the size estimator again after the initial DQN-based
training. Should we want to again, we now have IR2Vec, which the old
estimator was approximating in functionality.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list