[all-commits] [llvm/llvm-project] 76cd03: [InstCombine] Preserve exact instruction name for ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Dec 2 23:23:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76cd0355cb9437641d9da64ef9025c18b016daad
https://github.com/llvm/llvm-project/commit/76cd0355cb9437641d9da64ef9025c18b016daad
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:
-----------
[InstCombine] Preserve exact instruction name for xor->or transform in SimplifyDemandedUseBits.
We were previously retaining the name with a numeric suffix.
More information about the All-commits
mailing list