The VCMP instructions in MVE can accept a register or ZR, but only as the right hand operator. Most of the time this will already be correct because the icmp will have been canonicalised that way already. There are some cases in the lowering of float conditions that this will not apply to though. This code should fix up those cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo