For some reason we sometimes insert new instructions one instruction before the first non-PHI when legalizing. This can result in having non-PHI instructions before PHIs, which mean that PHI elimination doesn't catch them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo