[all-commits] [llvm/llvm-project] fa2502: Migrate llvm.experimental.patchpoint() to ptr.

Edd Barrett via All-commits all-commits at lists.llvm.org
Wed Aug 10 05:18:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa250250b2966613fba7b88575029eb7cf0da66c
      https://github.com/llvm/llvm-project/commit/fa250250b2966613fba7b88575029eb7cf0da66c
  Author: Edd Barrett <vext01 at gmail.com>
  Date:   2022-08-10 (Wed, 10 Aug 2022)

  Changed paths:
    M llvm/docs/StackMaps.rst
    M llvm/test/Analysis/CallGraph/non-leaf-intrinsics.ll
    M llvm/test/Analysis/LazyCallGraph/non-leaf-intrinsics.ll
    M llvm/test/CodeGen/AArch64/arm64-anyregcc-crash.ll
    M llvm/test/CodeGen/AArch64/arm64-anyregcc.ll
    M llvm/test/CodeGen/AArch64/arm64-patchpoint-scratch-regs.ll
    M llvm/test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
    M llvm/test/CodeGen/AArch64/arm64-patchpoint.ll
    M llvm/test/CodeGen/AArch64/arm64-stackmap.ll
    M llvm/test/CodeGen/AArch64/stackmap-liveness.ll
    M llvm/test/CodeGen/AArch64/stackmap.ll
    M llvm/test/CodeGen/MIR/X86/liveout-register-mask.mir
    M llvm/test/CodeGen/PowerPC/ppc64-anyregcc-crash.ll
    M llvm/test/CodeGen/PowerPC/ppc64-anyregcc.ll
    M llvm/test/CodeGen/PowerPC/ppc64-patchpoint.ll
    M llvm/test/CodeGen/PowerPC/ppc64-stackmap.ll
    M llvm/test/CodeGen/SystemZ/anyregcc-novec.ll
    M llvm/test/CodeGen/SystemZ/anyregcc-vec.ll
    M llvm/test/CodeGen/SystemZ/anyregcc.ll
    M llvm/test/CodeGen/SystemZ/patchpoint-invoke.ll
    M llvm/test/CodeGen/SystemZ/patchpoint.ll
    M llvm/test/CodeGen/SystemZ/stackmap.ll
    M llvm/test/CodeGen/X86/patchpoint-verifiable.mir
    M llvm/test/CodeGen/X86/selectiondag-patchpoint-legalize.ll

  Log Message:
  -----------
  Migrate llvm.experimental.patchpoint() to ptr.

This intrinsic used a typed pointer for a call target operand. This
change updates the operand to be an opaque pointer and updates all
pointers in all test files that use the intrinsic.

Differential revision: https://reviews.llvm.org/D131261




More information about the All-commits mailing list