Skip to content

[CIR][CodeGen][Builtin] __builtin_ia32_shufp* #1815

@tommymcm

Description

@tommymcm

Minimized test case:

#include "wmmintrin.h"
int A(n, a, A, h, w)
int n;
int a, A, h, w;
{ __m128 b = __builtin_ia32_shufps(b, b, 0); }

Failed assertion:

llvm_unreachable("shufpd NYI");

Flags: -fclangir -O2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions