================ @@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
