Previously methods FPOptions::get* returned unsigned value even if the
corresponding property was represented by specific enumeration type. With
this change such methods return actual type of the property. It also
allows printing value of a property as text rather than integer code.
Details
Details
- Reviewers
rjmccall kpn mibintc - Commits
- rG8a86261c511e: [FPEnv] Use typed accessors in FPOptions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo