llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.54k stars 11.8k forks source link

[Meta] Load/Store/Bitcast Handling of <X x i1> bool vectors #30613

Open RKSimon opened 7 years ago

RKSimon commented 7 years ago
Bugzilla Link 31265
Version trunk
OS Windows NT
Depends On llvm/llvm-project#2156 llvm/llvm-project#12990 llvm/llvm-project#15587 llvm/llvm-project#22977 llvm/llvm-project#27974 llvm/llvm-project#29963 llvm/llvm-project#30653 llvm/llvm-project#33753 llvm/llvm-project#49286 llvm/llvm-project#31626 llvm/llvm-project#34868 llvm/llvm-project#42148 llvm/llvm-project#42791 llvm/llvm-project#44247
CC @topperc,@delena,@hfinkel,@yuanfang-chen,@ZviRackover

Extended Description

Meta to cover all the issues uncovered with trying to handle vXi1 bit/bool vectors.

7171caeb-42b7-4639-9452-5c1b1fb2d62e commented 2 years ago

mentioned in issue llvm/llvm-project#49286

andrewrk commented 2 years ago

mentioned in issue llvm/llvm-project#44247

91408c62-47e0-4699-a089-71f6ae93f74a commented 2 years ago

mentioned in issue llvm/llvm-project#42791

llvmbot commented 2 years ago

mentioned in issue llvm/llvm-project#42148

uweigand commented 2 years ago

mentioned in issue llvm/llvm-project#34868

llvmbot commented 2 years ago

mentioned in issue llvm/llvm-project#33753

db4cdc3a-4335-4c8c-9bf1-3141f9c3cba2 commented 2 years ago

mentioned in issue llvm/llvm-project#31626

db4cdc3a-4335-4c8c-9bf1-3141f9c3cba2 commented 2 years ago

mentioned in issue llvm/llvm-project#30653

RKSimon commented 7 years ago

Hi Simon,

What happens with this review:

[X86][SSE] Add support for extending bool vectors bitcasted from scalars https://reviews.llvm.org/D35320 ?

I'm hoping to shortly get back on to my patches now that releases/holidays etc. are out of the way.

bbd73dcd-d435-4edf-a8e0-b7a59cbc548a commented 7 years ago

Hi Simon,

What happens with this review:

[X86][SSE] Add support for extending bool vectors bitcasted from scalars https://reviews.llvm.org/D35320 ?