mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 03:15:19 +00:00
Remove an entry that is now done.
llvm-svn: 27565
This commit is contained in:
parent
76112c3cb8
commit
051de9a82b
@ -768,19 +768,6 @@ http://llvm.org/bugs/show_bug.cgi?id=729
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
#include <emmintrin.h>
|
||||
|
||||
void test(__m128 *res, __m128 *A, __m128 *B) {
|
||||
*res = _mm_shuffle_ps(*A, *B, 0xF0);
|
||||
}
|
||||
|
||||
We should emit
|
||||
shufps $240, (%eax), %xmm0
|
||||
instead of
|
||||
pshufd $240, (%eax), %xmm0
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
X86RegisterInfo::copyRegToReg() returns X86::MOVAPSrr for VR128. Is it possible
|
||||
to choose between movaps, movapd, and movdqa based on types of source and
|
||||
destination?
|
||||
|
Loading…
x
Reference in New Issue
Block a user