HomePhabricator

[AsmPrinter] Fix bit pattern for i1 vectors.

Authored by efriedma on Jul 6 2022, 12:56 PM.

Description

[AsmPrinter] Fix bit pattern for i1 vectors.

Vectors are defined to be tightly packed, regardless of the element
type. The AsmPrinter didn't realize this, and was allocating extra
padding.

Fixes https://github.com/llvm/llvm-project/issues/49286
Fixes https://github.com/llvm/llvm-project/issues/53246
Fixes https://github.com/llvm/llvm-project/issues/55522

Differential Revision: https://reviews.llvm.org/D129164

Details

Committed
efriedmaJul 6 2022, 12:56 PM
Differential Revision
D129164: [AsmPrinter] Fix bit pattern for i1 vectors.
Parents
rGd34315e71adf: Removing this test temporarily beacuse of a failure in x86_64
Branches
Unknown
Tags
Unknown