[llvm] DAG: Avoid querying libcall info from TargetLowering (PR #176268)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 15 16:23:57 PST 2026


================
@@ -425,7 +425,7 @@ lowerIncomingStatepointValue(SDValue Incoming, bool RequireSpillSlot,
                              SmallVectorImpl<SDValue> &Ops,
                              SmallVectorImpl<MachineMemOperand *> &MemRefs,
                              SelectionDAGBuilder &Builder) {
-  
+
----------------
arichardson wrote:

nit: changes to this file are unrelated, and should probably be committed separately as a NFC formatting change.

https://github.com/llvm/llvm-project/pull/176268


More information about the llvm-commits mailing list