G_ADD/G_SUB vector legalizer/selector support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/X86/GlobalISel/sub-vec.ll | ||
---|---|---|
1 ↗ | (On Diff #99118) | What SSE2 and AVX2? Should this file be split to 128, 256 and 512? |
test/CodeGen/X86/GlobalISel/sub-vec.ll | ||
---|---|---|
1 ↗ | (On Diff #99118) | Hi, |
Comment Actions
LGTM
if you can, please add TODOs in the sub tests so it will be clear which tests should be added after you implement the legalization support
Comment Actions
- fix according to comments.
- Updated test with -verify-machineinstrs
- rebase
Thanks for the review!