Skip to content

llvm-reduce should convert array alloca to simple alloca #64340

@arsenm

Description

@arsenm

I sometimes see testcases reduced with alloca remaining with a 0 sized array, e.g.
%alloc = alloca i32, i32 0

It would be nicer if the array size was folded out

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions