[PATCH] D126181: [RISCV] Add ISD::EH_DWARF_CFA

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 04:09:54 PDT 2022


luismarques added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/eh-dwarf-cfa.ll:5
+
+define void @_Z1fv() {
+; RV32-LABEL: _Z1fv:
----------------
Nit: demangle the function names, to make the test more human-readable.


================
Comment at: llvm/test/CodeGen/RISCV/eh-dwarf-cfa.ll:37
+
+; Function Attrs: nounwind
+declare i8* @llvm.eh.dwarf.cfa(i32) nounwind
----------------
Remove the comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126181



More information about the llvm-commits mailing list