These are unit tests for code generated for zext lowering of vectors.
There are tests for different types of vectors, as well as cases where multiple 'zext' instructions of same type occur back-to-back.
This will help in comparing changes in zext lowering in https://reviews.llvm.org/D136722.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks! Please make sure that you also move any additional tests mentioned in D136722 to this patch.
Comment Actions
Added tests for multiple back-to-back zext instructions for vectors & rebased on recent commit