Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bf0295e9 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Use undefined instead of setzero in shufflevector based intrinsics when...

[X86] Use undefined instead of setzero in shufflevector based intrinsics when the second source is unused. Rewrite immediate extractions in shuffle intrinsics to be in ((c >> x) & y) form instead of ((c & z) >> x). This way only x varies between each use instead of having to vary x and z.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274525 91177308-0d34-0410-b5e6-96231b3b80d8
parent d32b7518
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment