Issue 92201
Summary MergeFunction can't merge functions because of jump tables
Labels new issue
Assignees
Reporter yamt
    i observed MergeFunc missing merging opportunities due to switch jump tables.

workarounds i can think of:
* -fno-jump-tables
* move mergefunc before switch jump tables transformation
* move mergefunc after constmerge, which would merge switch jump tables

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to