[all-commits] [llvm/llvm-project] 8c7774: [AArch64][GISel] Drop custom selectors for ptrauth...

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Tue Dec 19 07:14:59 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c777415a678c7b41c60f7120bc1dd6dcab694a1
      https://github.com/llvm/llvm-project/commit/8c777415a678c7b41c60f7120bc1dd6dcab694a1
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp

  Log Message:
  -----------
  [AArch64][GISel] Drop custom selectors for ptrauth_* intrinsics (#75328)

Drop custom selector code for ptrauth_(sign|strip|blend) intrinsics from
AArch64InstructionSelector::selectIntrinsic function.

The code for strip and blend intrinsics was needed because of a bug in
TableGen fixed in 78623b079b3be841e96ce968ae5156fe26f6c565. The
ptrauth_sign intrinsic was presumably fixed long ago.




More information about the All-commits mailing list