[PATCH] D108837: [SimplifyCFG] Ignore free instructions when computing cost for folding branch to common dest
Piotr Padlewski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 28 03:53:06 PDT 2021
Prazek added a comment.
This looks resonable. BTW are `{launder,strip}.inariant.group` intrinsics considered to be free now? I remember fixing this in InlineCost, but this seems to be other cost heuristic. They totally should be considered free.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108837/new/
https://reviews.llvm.org/D108837
More information about the llvm-commits
mailing list