[all-commits] [llvm/llvm-project] bdcf20: Recommit "[InstCombine] Retain exact instruction n...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Dec 2 20:59:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdcf2087d9fb6112cc5a367590a633796af83015
      https://github.com/llvm/llvm-project/commit/bdcf2087d9fb6112cc5a367590a633796af83015
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-12-02 (Sat, 02 Dec 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp

  Log Message:
  -----------
  Recommit "[InstCombine] Retain exact instruction name for some cases in SimplifyDemandedUseBits."

It looks like my original patch got caught up in
ef388334ee5a3584255b9ef5b3fefdb244fa3fd7 that was reverting a different
patch.

Original message:
Retain name for SExt->ZExt and AShr->LShr. Previously SExt->ZExt copied
the name with a numeric suffix. AShr->LShr dropped it.




More information about the All-commits mailing list