[PATCH] D128950: Add 'sanitize_memtag' Global IR attribute

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 15:00:41 PDT 2022


hctim created this revision.
hctim added a reviewer: eugenis.
Herald added subscribers: jdoerfert, hiraditya.
Herald added a project: All.
hctim requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is for the upcoming MTE globals feature. We need a positive include
mask that can be used by the MTE Globals IR pass because it needs to
interact with other parts of LLVM, including:

1. Suppressing certain global optimisations (like merging),
2. Emitting extra directives by the ASM writer, and
3. Putting extra information in the symbol table entries.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128950

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/GlobalValue.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/test/Assembler/globalvariable-attributes.ll
  llvm/test/Bitcode/compatibility.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128950.441533.patch
Type: text/x-patch
Size: 7814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220630/ca0a89eb/attachment-0001.bin>


More information about the llvm-commits mailing list