[PATCH] D131340: [RISC-V][HWASAN] Add intrinsics required for HWASAN support for RISC-V

Alexey Baturo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 11:47:18 PDT 2022


smd added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.td:1678-1679
 
+let Predicates = [IsRV64], Uses = [ X5 ],
+                           Defs = [ X1, X6, X7, X28, X29, X30, X31 ] in {
+def HWASAN_CHECK_MEMACCESS_SHORTGRANULES : Pseudo<
----------------
jrtc27 wrote:
> This formatting is not used anywhere in the RISCV backend
Should be fixed now, thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131340



More information about the llvm-commits mailing list