[all-commits] [llvm/llvm-project] f39c38: [MLGO] Fix tests post 1a2e77c
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Oct 29 01:41:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f39c38584eb762702a651e87e63162c9bc4842a3
https://github.com/llvm/llvm-project/commit/f39c38584eb762702a651e87e63162c9bc4842a3
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-10-29 (Sun, 29 Oct 2023)
Changed paths:
M llvm/test/Transforms/Inline/ML/enable-inline-advisor-printing-ml.ll
Log Message:
-----------
[MLGO] Fix tests post 1a2e77c
This patch switched the default value of the mandatory-inlining-first
flag from true to false. This broke one of the MLGO tests that relied on
the default value of this flag. This patch explicitly sets the value to
fix the test and avoid future breakages.
More information about the All-commits
mailing list