CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/11 10:46:20
Modified files:
gnu/llvm/llvm/lib/CodeGen: SafeStack.cpp
Log message:
fir crashing with scalable TypeSizes
>From 537f3d3a7588d226b86590f97c4401107585e1ce Mon Sep 17 00:00:00 2001
From: Jakob Koschel <[email protected]>
Date: Thu, 5 Mar 2026 01:11:44 +0100
Subject: [PATCH] [SafeStack] Fix crashing with scalable TypeSizes (#180547)
On e.g. aarch64 the TypeSize of scalar types can have a size that is not
known at compile time.
Currently when safestack occurs those it simply crashes as described in
https://github.com/llvm/llvm-project/issues/175868.