mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 19:18:13 +08:00
This commit adds special handling for the debug intrinsic value handling. LLVM allows to relax the def before use property for debug intrinsics, so this property cannot be assumed for metadata values. Reviewed By: gysit Differential Revision: https://reviews.llvm.org/D144177