[PATCH] D148138: [FPEnv][LangRef] Update doc for strictfp attribute

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 06:57:33 PDT 2023


kpn added a comment.

In D148138#4265164 <https://reviews.llvm.org/D148138#4265164>, @arsenm wrote:

> Though I am wondering if there's any real reason to require anything of an indirect call site

What if an optimization propagates a constant value into an indirect call? That would make it possible for the indirect call to become direct.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148138/new/

https://reviews.llvm.org/D148138



More information about the llvm-commits mailing list