[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:06:45 PST 2021


jrtc27 added a comment.

This test screams of "I took C and shoved it into a test case" rather than actually taking the time to distil it down to a minimal example of IR free from irrelevant clutter



================
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
+
----------------
opt test in CodeGen?


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

https://reviews.llvm.org/D113798



More information about the llvm-commits mailing list