[PATCH] D132452: [LSR] Precommit test for D132443
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 09:54:53 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/lsr-fold-iv-complicate-add-rec.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; This is compiled from the following code
+; #include <stdint.h>
----------------
Move the RUN line above this description
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/lsr-fold-iv-const-tripcount.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; This is compiled from the following code
+; typedef unsigned char Intersection;
----------------
Move the RUN line above this description
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/lsr-fold-iv-runtime-tripcount.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; This is compiled from the following code
+; int Alphabet_iupac;
----------------
Same
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