[PATCH] D113798: Add loop unrolling and peeling preferences for RISCV

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 13:05:37 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/unroll.ll:9
+
+; Function Attrs: nofree norecurse nosync nounwind
+define dso_local void @saxpy(float %a, float* noalias nocapture readonly %x, float* noalias nocapture %y) local_unnamed_addr #0 {
----------------
Drop the FunctionAttrs comment and the dso_local and local_unnamed_addr


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113798/new/

https://reviews.llvm.org/D113798



More information about the llvm-commits mailing list