[PATCH] D123496: Add Stackmap support for RISC-V

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 06:35:29 PDT 2022


luismarques added a comment.

Don't forget to include the full context in your patches. See https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface
It looks like you also want to use clang-format to reformat the code.

Shouldn't the lowering code check that the subtarget is RV64, and not RV32?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123496



More information about the llvm-commits mailing list