[all-commits] [llvm/llvm-project] cd12b2: [DAGCombiner] Remove hasOneUse check from sext+sex...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Fri May 16 01:20:10 PDT 2025
Branch: refs/heads/users/pierre-vh/sext-comb-hasoneuse
Home: https://github.com/llvm/llvm-project
Commit: cd12b2c2f1187e2f7df661abaac8cbdfbfefba85
https://github.com/llvm/llvm-project/commit/cd12b2c2f1187e2f7df661abaac8cbdfbfefba85
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-05-16 (Fri, 16 May 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAGCombiner] Remove hasOneUse check from sext+sext_inreg to sext_inreg combine
The hasOneUseCheck does not really add anything and makes the combine too
restrictive. Upcoming patches benefit from removing the hasOneUse check.
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