[PATCH] D108772: [LSR] Make sure that Factor fits into Base type
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 27 13:04:05 PDT 2021
anna added inline comments.
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/pr42770.ll:1
+; Check that it doesn't crash
+; RUN: opt < %s -loop-reduce -S
----------------
You could add `REQUIRES:assert` here along with XFAIL to precommit the test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108772/new/
https://reviews.llvm.org/D108772
More information about the llvm-commits
mailing list