[PATCH] D82756: Port some floating point options to new option marshalling infrastructure
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 10:18:36 PDT 2020
dexonsmith added a comment.
IOW, the goal of formalizing would just be to:
- error if the `.td` file defined options in the wrong order to get correct parsing
- automatically generate the code for default value, instead of having to re-type the name of the keypath
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82756/new/
https://reviews.llvm.org/D82756
More information about the llvm-commits
mailing list