In preparation for follow up patch folding above to CNOT.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is it worth adding tests for all the legal floating point types? i.e. vscale x 2 x half, ....
Comment Actions
Remove FP tests. I noticed there was no ucvtf after the mov in some tests, I mis-generated them somehow, but I'm not entirely sure the fold to CNOT is correct for FP types anyway, so I've removed them.
Comment Actions
It seems sensible to retain the tests with the correct check lines in any case. It may be possible to use a cnot if no-signed-zeros is in effect, but that's a patch for another day.