[llvm] Eliminating li of 0 into arg registers of unused arguments (PR #122741)

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 16:27:31 PST 2025


================
@@ -9237,6 +9263,11 @@ SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
 
   SDVTList VTs = Indexed ?
     getVTList(VT, Ptr.getValueType(), MVT::Other) : getVTList(VT, MVT::Other);
+
+  // FixedMe: lower poison to undef.
----------------
hubert-reinterpretcast wrote:

Same comment. Also: I think the convention is `FIXME`.

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


More information about the llvm-commits mailing list