Issue 76772
Summary Inlining fails when there is no default branch
Labels new issue
Assignees
Reporter DianQK
    From https://github.com/llvm/llvm-project/pull/76669#issuecomment-1873266792.

If a version with a default branch can be inlined, it should also get inlined without a default branch. Generally, a switch without a default branch generates fewer instructions.

I haven't created an example yet. I'm using this issue to track this regression.

cc @dtcxzyw
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to