[PATCH] D109971: [asan] Added TargetInstrInfo::isStackAdjustIntrinsic used to identify intrinsics, which adjust the stack when lowered to native.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 10:42:45 PDT 2021


eugenis added a comment.

I wonder if it is better to handle it through hasCopyImplyingStackAdjustment. This way it stays within the x86 target.

See how llvm::Intrinsic::x86_flags_write_u64 is done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109971



More information about the llvm-commits mailing list