================
@@ -626,6 +629,41 @@ bool X86LowerAMXIntrinsics::visit() {
   return C;
 }
 
+namespace {
+bool shouldRunLowerAMXIntrinsics(Function &F, const TargetMachine *TM) {
----------------
arsenm wrote:

```suggestion
bool shouldRunLowerAMXIntrinsics(const Function &F, const TargetMachine &TM) {
```

https://github.com/llvm/llvm-project/pull/165113
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to