[PATCH] D134823: Precommit test case for D126043

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 21:11:55 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/Transforms/LoopStrengthReduce/lsr-drop-solution.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -O3 -mattr=+v | FileCheck %s
+
----------------
Doesn't this need to be in a RISC-V directory since it requires RISCV target to be compiled?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134823



More information about the llvm-commits mailing list