[all-commits] [llvm/llvm-project] b1e9c4: [Test] Add test for crash in IRCE when IV is AddRe...
Dmitry Makogon via All-commits
all-commits at lists.llvm.org
Fri Nov 11 01:50:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1e9c4334e43767aa9d761903559d97891836116
https://github.com/llvm/llvm-project/commit/b1e9c4334e43767aa9d761903559d97891836116
Author: Dmitry Makogon <d.makogon at g.nsu.ru>
Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths:
A llvm/test/Transforms/IRCE/iv-for-another-loop.ll
Log Message:
-----------
[Test] Add test for crash in IRCE when IV is AddRec for another loop
This adds a test for https://github.com/llvm/llvm-project/issues/58912.
IRCE crashes when it tries to check whether it is possible to safely
calculate the bounds of a loop with IV AddRec which is in another loop.
More information about the All-commits
mailing list