Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The floating-point side requires some refactoring so I'll do that separately.
llvm/test/CodeGen/AArch64/sve-fixed-length-int-compares.ll | ||
---|---|---|
447 | I believe I've covered all the combinations for the EQ tests and there should already be tests for the ISEL patterns required for SETCC_MERGE_ZERO. For these reasons there doesn't look to be a good reason to repeat the vector combinations for each comparison type, so I'm instead just testing a single but different vector length for the following compare tests. |
llvm/test/CodeGen/AArch64/sve-fixed-length-int-compares.ll | ||
---|---|---|
447 | Seems fine. |
I believe I've covered all the combinations for the EQ tests and there should already be tests for the ISEL patterns required for SETCC_MERGE_ZERO. For these reasons there doesn't look to be a good reason to repeat the vector combinations for each comparison type, so I'm instead just testing a single but different vector length for the following compare tests.