[PATCH] D77545: Represent FP options in AST by special Expression node
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 09:46:51 PDT 2020
rjmccall added a comment.
The goal here seems to be to avoid the need to store pragma state in operator expressions. As I mentioned in another review, I'm not sure how directly interesting that goal is if we can avoid memory overhead in the common case. Storing pragma state in operators certainly has a substantial complexity cost, but forcing every AST client to track the currently-active pragma state also has a cost.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77545/new/
https://reviews.llvm.org/D77545
More information about the cfe-commits
mailing list