[PATCH] D103732: [RS4GC] Check that GC pointers are non-integral

Sam Dirkswager via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 14:10:18 PDT 2021


tolziplohu updated this revision to Diff 355679.
tolziplohu added a comment.

Update for newly allowed non-integral inttoptr


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103732

Files:
  llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/test/Transforms/RewriteStatepointsForGC/X86/intrinsic-attributes.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-inference.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-12.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-13.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-vector-inseltpoison.ll
  llvm/test/Transforms/RewriteStatepointsForGC/base-vector.ll
  llvm/test/Transforms/RewriteStatepointsForGC/basic.ll
  llvm/test/Transforms/RewriteStatepointsForGC/basics.ll
  llvm/test/Transforms/RewriteStatepointsForGC/call-gc-result.ll
  llvm/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll
  llvm/test/Transforms/RewriteStatepointsForGC/deopt-intrinsic-cconv.ll
  llvm/test/Transforms/RewriteStatepointsForGC/deopt-intrinsic.ll
  llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
  llvm/test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
  llvm/test/Transforms/RewriteStatepointsForGC/drop-invalid-metadata.ll
  llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
  llvm/test/Transforms/RewriteStatepointsForGC/intrinsics.ll
  llvm/test/Transforms/RewriteStatepointsForGC/invokes.ll
  llvm/test/Transforms/RewriteStatepointsForGC/leaf-function.ll
  llvm/test/Transforms/RewriteStatepointsForGC/libcall.ll
  llvm/test/Transforms/RewriteStatepointsForGC/live-vector-nosplit-inseltpoison.ll
  llvm/test/Transforms/RewriteStatepointsForGC/live-vector-nosplit.ll
  llvm/test/Transforms/RewriteStatepointsForGC/liveness-basics.ll
  llvm/test/Transforms/RewriteStatepointsForGC/meetBDVState-hangs.ll
  llvm/test/Transforms/RewriteStatepointsForGC/patchable-statepoints.ll
  llvm/test/Transforms/RewriteStatepointsForGC/preprocess.ll
  llvm/test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll
  llvm/test/Transforms/RewriteStatepointsForGC/relocation.ll
  llvm/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
  llvm/test/Transforms/RewriteStatepointsForGC/rewrite-invoke.ll
  llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector-2.ll
  llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector.ll
  llvm/test/Transforms/RewriteStatepointsForGC/statepoint-attrs.ll
  llvm/test/Transforms/RewriteStatepointsForGC/statepoint-calling-conventions.ll
  llvm/test/Transforms/RewriteStatepointsForGC/statepoint-coreclr.ll
  llvm/test/Transforms/RewriteStatepointsForGC/statepoint-format.ll
  llvm/test/Transforms/RewriteStatepointsForGC/strip-invalid-attributes.ll
  llvm/test/Transforms/RewriteStatepointsForGC/two-invokes-one-landingpad.ll
  llvm/test/Transforms/RewriteStatepointsForGC/unordered-atomic-memcpy-no-deopt.ll
  llvm/test/Transforms/RewriteStatepointsForGC/unordered-atomic-memcpy.ll
  llvm/test/Transforms/RewriteStatepointsForGC/unreachable-regression.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103732.355679.patch
Type: text/x-patch
Size: 32277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210630/cee5bf02/attachment.bin>


More information about the llvm-commits mailing list