[all-commits] [llvm/llvm-project] 732c72: [X86] narrowBitOpRMW - add additional uses of the ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Nov 6 10:55:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 732c7255bf0c0b777242852960ed804b3c33947a
https://github.com/llvm/llvm-project/commit/732c7255bf0c0b777242852960ed804b3c33947a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/bittest-big-integer.ll
Log Message:
-----------
[X86] narrowBitOpRMW - add additional uses of the StoredVal back to the DAG worklist (#166819)
As StoredVal has been replaced with a fresh load, and has one less user,
make sure we add the remaining user(s) back to the worklist in case this
opens further folds.
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