[PATCH] D81354: [PowerPC][NFC] Refactor lowerDynamicAlloc

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 23:04:18 PDT 2020


steven.zhang added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:492
+  Register NegSizeReg = MI.getOperand(1).getReg();
+
+  prepareDynamicAlloca(II, NegSizeReg, KillNegSizeReg, Reg);
----------------
Add some necessary comments here to indicate what's the prepareDynamicAlloc doing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81354





More information about the llvm-commits mailing list