================
@@ -800,6 +809,14 @@ class MSBuiltin<string name> {
string MSBuiltinName = name;
}
+/// RequiresTargetFeatures - If this intrinsic requires target features,
+/// this specifies the required feature expression using feature names from the
+/// target's subtarget feature table. The expression grammar matches Clang
+/// builtins: comma means AND, | means OR, and parentheses group expressions.
----------------
jayfoad wrote:
Should state the relative precedence of `,` and `|`.
https://github.com/llvm/llvm-project/pull/201470
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits