[PATCH] D132012: [LoongArch] Add support for llvm.eh.dwarf.cfa

Ray Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 00:51:27 PDT 2022


wangleiat added inline comments.


================
Comment at: llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp:181
+  MachineFunction &MF = DAG.getMachineFunction();
+  bool Size = Subtarget.getGRLen() / 8;
+  int FI = MF.getFrameInfo().CreateFixedObject(Size, 0, false);
----------------
Incorrect type


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132012



More information about the llvm-commits mailing list