================
@@ -431,6 +431,17 @@ void RVVEmitter::createHeader(raw_ostream &OS) {
OS << "#pragma clang riscv intrinsic vector\n\n";
+ auto DefineIntrinsicMacro = [&](ArrayRef<const char *> Exts) {
----------------
4vtomat wrote:
you are right, I think we can remove it, I was trying make it self documented
code in the first place lol
https://github.com/llvm/llvm-project/pull/187197
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits