[llvm] [FuncSpec] Update MinFunctionSize logic (PR #112711)

Hari Limaye via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 10:39:37 PDT 2024


hazzlim wrote:

> The test that was added in https://reviews.llvm.org/D135862 will start failing once we enable specilaziation of literal constatnts. You can fix it now or later by adding -funcspec-for-literal-constant=false on the RUN line.

Good point - I think that it makes sense to fix things / make it explicit in this change. Done :) 

https://github.com/llvm/llvm-project/pull/112711


More information about the llvm-commits mailing list