[PATCH] D105428: [X86] Correctly return src/dest register from stack spill/restore recogniser hooks

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 09:54:17 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:2189
 
-  // XXX FIXME: On x86, isStoreToStackSlotPostFE returns '1' instead of an
-  // actual register number.
----------------
Doesn't ARMBaseInstrInfo::isStoreToStackSlotPostFE have the same issue?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105428/new/

https://reviews.llvm.org/D105428



More information about the llvm-commits mailing list