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

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 13:08:18 PST 2021


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/unroll.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt %s -S -mtriple=riscv64-unknown-linux-gnu -loop-unroll | FileCheck %s
+
----------------
jrtc27 wrote:
> opt test in CodeGen?
(this belong in llvm/test/Transforms/LoopUnroll/RISCV)


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

https://reviews.llvm.org/D113798



More information about the llvm-commits mailing list