mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
This avoids asan failures as more calls may be added during inlining, invalidating the reference. Differential Revision: https://reviews.llvm.org/D78258