[PATCH] D82615: [HWASan] [GlobalISel] Add +tagged-globals backend feature for GlobalISel

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 16:04:31 PDT 2020


hctim updated this revision to Diff 282344.
hctim marked an inline comment as done.
hctim added a comment.

Fix an OOB operand problem. ISel is smart enough to figure out the MO_G3
relocation should use a 48-bit shift, but assert()'s internally if the third
operand isn't specified.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82615

Files:
  compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/tagged-globals.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82615.282344.patch
Type: text/x-patch
Size: 7527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200731/dbf8fd0c/attachment.bin>


More information about the llvm-commits mailing list