I love 1 character fixes. ;-) And vcagt_f16 was actually already passing, so just enabled the test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Ont nit, other than that LGTM.
test/CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll | ||
---|---|---|
525 ↗ | (On Diff #158963) | The test is "vcagt", but the intrincic/instruction is "vacgt". |
test/CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll | ||
---|---|---|
525 ↗ | (On Diff #158963) | Thanks, I will fix the typo before committing. |
test/CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll | ||
---|---|---|
525 ↗ | (On Diff #158963) | Mmmm.... it's not a typo: the reason is because the ACLE intrinsic is called "vcagt". I will therefore keep it as it is... |
561 ↗ | (On Diff #158963) | But will remove this test, because we don't have an int_arm_neon_vaclt intrinsic, and instead generate/use vcagt. |