Add vp_gather and vp_scatter expansion to unpredicated intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/ExpandVectorPredication.cpp | ||
---|---|---|
461 | Not sure about valueOrOne() here... can we assume alignment to element size? Does the data layout tell us something here? |
Comment Actions
Changelog:
- Use DataLayout to determine the alignment (if there is not one already)
- Add fixed vectors tests
Not sure about valueOrOne() here... can we assume alignment to element size? Does the data layout tell us something here?