Date: Mon, 15 Apr 2024 16:31:16 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNzgzMjBdIGNsYW5nIGZhaWxzIG9uIHRoZSBwb3J0IHNj?= =?UTF-8?B?aWVuY2UvZHluYXJlICh2ZXJzaW9uIDUuNCk6IEFzc2VydGlvbiBmYWlsZWQ6?= =?UTF-8?B?IChpZHggPCBzaXplKCkpLCBmdW5jdGlvbiBvcGVyYXRvcltdLCBmaWxlIC91?= =?UTF-8?B?c3IvbG9jYWwvcG91ZHJpZXJlL2phaWxzL21haW4tYW1kNjQvdXNyL3NyYy9j?= =?UTF-8?B?b250cmliL2xsdm0tcHJvamVjdC9sbHZtL2luY2x1ZGUvbGx2bS9BRFQvU21h?= =?UTF-8?B?bGxWZWN0b3IuaCwgbGluZSAzMDQ=?= Message-ID: <bug-278320-29464-RZZTH5b8f3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278320-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-278320-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278320 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D514c98ba14a0f590891844d1a6bec0ac4= de54489 commit 514c98ba14a0f590891844d1a6bec0ac4de54489 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-04-15 16:24:39 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-04-15 16:30:29 +0000 Merge commit 37b7207651b4 from llvm-project (by zhongyunde@huawei.com): [SimplifyCFG] Fix crash when there is unreachable large index (#88616) The large case index out of scope is dead code, but it is still be created for TableContents in SwitchLookupTable::SwitchLookupTable, so make sure the table size after growing should not get smaller. Fix https://github.com/llvm/llvm-project/issues/88607 This should fix "Assertion failed: (idx < size()), function operator[]" when building the science/dynare port. PR: 276104, 278320 Reported by: yuri MFC after: 1 month contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278320-29464-RZZTH5b8f3>