By default if SVE is enabled we want the select instruction used for
reductions to be inside the loop, rather than outside. This makes it
possible for the backend to fold the select into the operation to
produce a single predicated add, fadd, etc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo