"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3070210377d2830d2736d042bb7c4f06596a9147"
[x86] Add missing patterns for andps, orps, xorps, and andnps.
Specifically, the existing patterns were scalar-only. These cover the packed vector bitwise operations when specifically requested with pseudo instructions. This is particularly important in SSE1 where we can't actually emit a logical operation on a v2i64 as that isn't a legal type. This will be tested in subsequent patches which form the floating point and patterns in more places. llvm-svn: 228123
Loading
Please register or sign in to comment