Used in the follow-up ASan patch to identify ASan intrinsics, which adjust the stack.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.