[all-commits] [llvm/llvm-project] 98b114: [InstCombine] Retain exact instruction name for so...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Oct 6 09:11:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98b114d1c707d5981244d44d747a17413ffab12b
https://github.com/llvm/llvm-project/commit/98b114d1c707d5981244d44d747a17413ffab12b
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
Log Message:
-----------
[InstCombine] Retain exact instruction name for some cases in SimplifyDemandedUseBits. (#68371)
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