[PATCH] D113798: Add loop unrolling and peeling preferences for RISCV
Michael Berg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 13:47:00 PST 2021
mcberg2021 marked 4 inline comments as done.
mcberg2021 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:
> jrtc27 wrote:
> > opt test in CodeGen?
> (this belong in llvm/test/Transforms/LoopUnroll/RISCV)
Test moved to 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