[PATCH] D143919: [Clang] Copy strictfp attribute from pattern to instantiation

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 11:13:09 PST 2023


sepavloff added a comment.

In D143919#4123616 <https://reviews.llvm.org/D143919#4123616>, @efriedma wrote:

> We have code somewhere to generically copy attributes from function templates to instantiations, right?  Why do we need to explicitly copy StrictFPAttr in particular, separate from that?

Could you please point me out to this code? I didn't find it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143919



More information about the cfe-commits mailing list