[PATCH] D110613: [Taildup] Don't tail-duplicate loop header with multiple successors as its latches

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 04:10:19 PDT 2021


lkail added a comment.

IIUC, switching this pattern off might lose some optimization commonly seen in interpreter, e.g., https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables. Do you have any benchmark numbers?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110613/new/

https://reviews.llvm.org/D110613



More information about the llvm-commits mailing list