Commit 9ddb2157 authored by Vitaly Buka's avatar Vitaly Buka
Browse files

[asan] Remove unnecessary spill in optimized callbacks

We can use r11 scratch registers for calculations.

It does not result in any performance improvements, as the spill is on
the slow path of partial granules.

See X86AsmPrinter::LowerASAN_CHECK_MEMACCESS for callers.

Reviewed By: kstoimenov

Differential Revision: https://reviews.llvm.org/D158525
parent 1f395115
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment