I'm proposing a patch for clang's simd intrinsics to generate
shufflevectors from the blend intrinsics. For that we have to know that
the shufflevectors, if they get to codegen intact, generate the proper
blend instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM