[PATCH] D144050: [SCEV] Strengthen nowrap flags via ranges for ARs on construction.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 18 10:30:39 PST 2023
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/test/Analysis/ScalarEvolution/range-signedness.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt -disable-output "-passes=print<scalar-evolution>" < %s 2>&1 | FileCheck %s
----------------
nikic wrote:
> Broken test
Ah yes, switched to updating it manually.
================
Comment at: llvm/test/CodeGen/Thumb2/mve-laneinterleaving-reduct.ll:4
-define arm_aapcs_vfpcc i16 @reduce_v16i16_shift_mul(<16 x i8> %s0, <16 x i8> %s1) {
-; CHECK-LABEL: reduce_v16i16_shift_mul:
----------------
nikic wrote:
> Why did these tests get deleted?
I forgot to re-add the other functions while I was checking the change in `@correlate`. Brought them back now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144050/new/
https://reviews.llvm.org/D144050
More information about the llvm-commits
mailing list