[llvm] [RISCV] Add searchable table for tune information (PR #66193)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 10:11:49 PDT 2023


================
@@ -2,8 +2,6 @@
 ; RUN:   | FileCheck %s -check-prefix=RV32I
 ; RUN: llc -mtriple=riscv32 -mattr=+c -verify-machineinstrs < %s \
 ; RUN:   | FileCheck %s -check-prefix=RV32C
-; RUN: llc -mtriple=riscv32 -mattr=+pref-func-align-32 -verify-machineinstrs < %s \
----------------
michaelmaitland wrote:

We haven't noticed any performance issues from instruction alignment on SiFive7 and are relying on linker to get this right. I'm not so sure what else we can do to have test coverage for this without an upstream processor that uses this TuneInfo 🤷 

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


More information about the llvm-commits mailing list