Details
Details
- Reviewers
kaz7 - Commits
- rG53efbc15cb8e: [VE] v256i1 broadcast isel and tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
The machinery in this patch is insufficient for general v512i1 broadcasts. We need custom opcodes to put together and separate the odd/even parts of masks (and vectors) first. The idea for v512i1 broadcasts is to supplement tests once the vec_pack and vec_unpack_lo|hi SDNodes in the downstream version are upstreamed.