[llvm] [DAG] shouldReduceLoadWidth - hasOneUse should check just the loaded value - not the chain (PR #128167)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 04:21:41 PST 2025
================
@@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
MC
MIRParser
Passes
+ SelectionDAG
----------------
RKSimon wrote:
I might have added an unnecessary one - I was just faced with a wave of build failures and updated them all.
https://github.com/llvm/llvm-project/pull/128167
More information about the llvm-commits
mailing list