[PATCH] D81515: [llvm] Release-mode ML InlineAdvisor
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 11:17:14 PDT 2020
davidxl added inline comments.
================
Comment at: llvm/test/Transforms/Inline/ML/bounds-checks.ll:37
+; CHECK-NOT: call i64 @f2
+; NOBOUNDS-NOT: @some_function
+; BOUNDS: call i64 @some_function
----------------
mtrofin wrote:
> davidxl wrote:
> > can you explain about the expected output?
> Added more detail
ok. I do wish the increase threshold to be learned as well in the future and make this option unnecessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81515/new/
https://reviews.llvm.org/D81515
More information about the llvm-commits
mailing list