[PATCH] D70451: [FPEnv] IRBuilder should not put strictfp on function definitions automatically

Melanie Blower via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 12:44:01 PST 2019


mibintc added a comment.

I uploaded another version of https://reviews.llvm.org/D62731 which sets the strictfp attribute during clang/CodeGen so it's not needed during IRBuilder, and doesn't cause the problem with the instruction block parent not being set.  The new version makes a change to IRBuilder.h


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70451





More information about the llvm-commits mailing list