[PATCH] D79775: [AsmPrinter] Handle foldable FP constant exprs in initializers.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 12:21:54 PDT 2020


efriedma added a comment.

If the frontend is generating constants that require calling ConstantFoldConstant to put them into an emittable form, I think something has gone wrong else.  I mean, I guess there's no real harm in trying to perform this fold as a last-ditch effort, but I'm not convinced there's a bug in the backend.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79775





More information about the llvm-commits mailing list