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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 10:37:07 PST 2023


efriedma added a comment.

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?


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