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

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 12:24:38 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:

I've just learned that different alignment values have different results on different workloads for us. Therefore, I think we should have way to control this value at compile time.

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


More information about the llvm-commits mailing list