[clang] [llvm] [polly] [DAG] shouldReduceLoadWidth - hasOneUse should check just the loaded value - not the chain (PR #128167)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 22 14:03:44 PST 2025
================
@@ -1817,7 +1817,7 @@ class TargetLoweringBase {
EVT NewVT) const {
----------------
topperc wrote:
Why not move this definition to TargetLowering.cpp? inlining the body of a virtual function is kind of silly.
https://github.com/llvm/llvm-project/pull/128167
More information about the llvm-commits
mailing list