[PATCH] D99976: Allow invokable sub-classes of IntrinsicInst

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 13:48:59 PDT 2021


reames updated this revision to Diff 335652.
reames retitled this revision from "[WIP] Allow invokable sub-classes of IntrinsicInst" to "Allow invokable sub-classes of IntrinsicInst".
reames edited the summary of this revision.
reames added a comment.

Rebase over cleanups - realized several of the things I was going to do to reduce diffs were generally useful code improvements so just went ahead and did them.


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

https://reviews.llvm.org/D99976

Files:
  llvm/include/llvm/IR/InstVisitor.h
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/Analysis/TypeMetadataUtils.cpp
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/CodeGen/ShadowStackGCLowering.cpp
  llvm/lib/CodeGen/StackProtector.cpp
  llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
  llvm/lib/Target/X86/X86FastISel.cpp
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99976.335652.patch
Type: text/x-patch
Size: 13177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210406/4368855e/attachment.bin>


More information about the llvm-commits mailing list