It looks like LLVM has started doing less tail duplication in this code,
or something like that, resulting in a significantly smaller number of
pop instructions (16 -> 12). Removing the check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM