[PATCH] D132452: [LSR] Precommit test for D132443

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 00:30:31 PDT 2022


fhahn added a comment.

In D132452#3769081 <https://reviews.llvm.org/D132452#3769081>, @eopXD wrote:

> Gentle ping, thank you.

as mentioned in D132443 <https://reviews.llvm.org/D132443>, it seems like more negative test coverage would be good.



================
Comment at: llvm/test/Transforms/LoopStrengthReduce/lsr-term-fold.ll:58
+
+define void @ruintime_tripcount(ptr %a, i32 %N) {
+; CHECK-LABEL: @ruintime_tripcount(
----------------
Nit: looks like a type ->`ruin` -> `run` :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132452



More information about the llvm-commits mailing list