[all-commits] [llvm/llvm-project] d5e7c2: [SCEVExp] Remove special-case handling umul_with_o...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Sep 11 12:14:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5e7c27d53887e6ae490d8e26193a54987728458
      https://github.com/llvm/llvm-project/commit/d5e7c27d53887e6ae490d8e26193a54987728458
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-09-11 (Thu, 11 Sep 2025)

  Changed paths:
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

  Log Message:
  -----------
  [SCEVExp] Remove special-case handling umul_with_overflow by 1 (NFCI).

b50ad945dd4faa288 added umul_with_overflow simplifications to
InstSimplifyFolder (used by SCEVExpander) and 9b1b93766dfa34ee9 added
dead instruction cleanup to SCEVExpander.

Remove special handling of umul by 1, handled automatically due to the
changes above.



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