[llvm-branch-commits] [llvm] [7/7][PISA] Add PISA AsmPrinter (PR #214647)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Sep 13 08:37:17 PDT 2026


================
@@ -0,0 +1,350 @@
+; NOTE: Assertions have been autogenerated by utils/update_pisa_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -O0 < %s -march=pisa -verify-machineinstrs | FileCheck --check-prefixes=CHECK,CHECK-O0 %s
+; RUN: llc < %s -march=pisa -verify-machineinstrs | FileCheck --check-prefixes=CHECK,CHECK-O2 %s
+; RUN: llc < %s -march=pisa -O0 -verify-machineinstrs
----------------
arsenm wrote:

Don't need -verify-machineinstrs, and use -mtriple instead of -march (or just put the triple in the file)

https://github.com/llvm/llvm-project/pull/214647


More information about the llvm-branch-commits mailing list