[llvm] [RISCV] Add searchable table for tune information (PR #66193)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 12:31:31 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 \
----------------
topperc wrote:
There are IR attributes that override the CPU defaults. falign-loops and falign-functions uses those attributes.
https://github.com/llvm/llvm-project/pull/66193
More information about the llvm-commits
mailing list