Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X86 doesn't support vector <4 x int> or < 4 x uint > #1340

Closed
llvmbot opened this issue Oct 26, 2006 · 1 comment
Closed

X86 doesn't support vector <4 x int> or < 4 x uint > #1340

llvmbot opened this issue Oct 26, 2006 · 1 comment
Labels
backend:X86 bugzilla Issues migrated from bugzilla

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Oct 26, 2006

Bugzilla Link 968
Resolution FIXED
Resolved on Feb 22, 2010 12:49
Version trunk
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

This test case:
SingleSource/UnitTests/Vector/divides.c
produces:
llc: /proj/llvm/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1138: llvm::SDNode*
::X86DAGToDAGISel::Select(llvm::SDOperand): Assertion `0 &&
"Unsupported VT!"' failed.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Oct 27, 2006

We were not expaning vector sdiv and udiv. Fixed.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:X86 bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

1 participant