mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
This change allow a CallExpr to have optional FPOptionsOverride object, stored in trailing storage. The implementaion is made similar to the way used in BinaryOperator. Differential Revision: https://reviews.llvm.org/D84343