[PATCH] D122457: [LSR] Canonicalize formula before inserting it.
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 27 20:38:46 PDT 2022
skatkov added inline comments.
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/canonical-form.ll:1
+; RUN: opt -loop-reduce < %s
+
----------------
mkazantsev wrote:
> nit: I suggest adding ` | FileCheck` and also adding `CHECK-LABEL: <test name>` to the code itself.
will do before landing or with next update of the patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122457/new/
https://reviews.llvm.org/D122457
More information about the llvm-commits
mailing list