Add basic handling for VP ops that can expand to cast intrinsics
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/test/CodeGen/X86/expand-vp-cast-intrinsics.ll | ||
|---|---|---|
| 6 | Do we need 32-bit coverage as well? ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx | FileCheck %s --check-prefixes=X86 | |
| llvm/test/CodeGen/X86/expand-vp-cast-intrinsics.ll | ||
|---|---|---|
| 6 | How about the test with ’-mtriple=i686-unknown-unknown‘ | |
| llvm/test/CodeGen/X86/expand-vp-cast-intrinsics.ll | ||
|---|---|---|
| 6 | Sure a base level i686 test would be useful to show scalarization, but itd be useful to see a vector case as well | |
Do we need 32-bit coverage as well?