[PATCH] D100416: [TargetLowering] move "o" and "X" constraint handling to base class
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 13:05:30 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
LGTM. 'o' and 'X' are generic in GCC: https://gcc.gnu.org/onlinedocs/gcc/Simple-Constraints.html#Simple-Constraints
Many of the less used constraints don't have an implementation in LLVM. We add them on an as-needed basis.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100416/new/
https://reviews.llvm.org/D100416
More information about the llvm-commits
mailing list