sdesmalen accepted this revision. sdesmalen added a comment. This revision is now accepted and ready to land.
LGTM with comment addressed. ================ Comment at: clang/lib/Basic/Targets/AArch64.cpp:325 + if ((FPU & SveMode) && HasMatmulInt8) + Builder.defineMacro("__ARM_FEATURE_SVE_MATMUL_INT8", "1"); + ---------------- It seems `HasMatmulInt8` is the same as `HasMatMul`, please reuse that instead. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82623/new/ https://reviews.llvm.org/D82623 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits