[all-commits] [llvm/llvm-project] e15f47: [InstCombine] Don't use dominating conditions to t...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Apr 17 13:16:29 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e15f47f2675a5400464aec00219658882df5e3fa
      https://github.com/llvm/llvm-project/commit/e15f47f2675a5400464aec00219658882df5e3fa
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/SimplifyQuery.h
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/test/Transforms/InstCombine/sub-xor.ll
    M llvm/test/Transforms/PhaseOrdering/X86/pr88239.ll

  Log Message:
  -----------
  [InstCombine] Don't use dominating conditions to transform sub into xor. (#88566)

Other passes are unable to reverse this transform if we use dominating
conditions.
    
Fixes #88239.



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