[all-commits] [llvm/llvm-project] 53a397: [PhaseOrdering] Add test for failure to inline sim...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Oct 8 02:26:40 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53a397a9cb8acaa61d29dfa13a03ad17fb51755c
      https://github.com/llvm/llvm-project/commit/53a397a9cb8acaa61d29dfa13a03ad17fb51755c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-10-08 (Wed, 08 Oct 2025)

  Changed paths:
    A llvm/test/Transforms/PhaseOrdering/switch-to-arithmetic-inlining.ll

  Log Message:
  -----------
  [PhaseOrdering] Add test for failure to inline simplifiable switch

The large switch simplifies to a single umin, but only after
inlining, so the trivial call in test2() does not get inlined.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list