[all-commits] [llvm/llvm-project] 041ec8: [Verifier] Skip debug location check for some non-...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Fri Sep 2 11:04:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 041ec822421aae33f064d96a21607e550766dd4d
https://github.com/llvm/llvm-project/commit/041ec822421aae33f064d96a21607e550766dd4d
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/test/Verifier/callsite-dbgloc.ll
Log Message:
-----------
[Verifier] Skip debug location check for some non-inlinable functions
If a callee function is not interposable, skip debug location check for its callsites. Doing this is instrumentation-friendly otherwise under some conditions this check triggers for some un-inlinable call sites.
Reviewed By: aprantl
Differential Revision: https://reviews.llvm.org/D133060
More information about the All-commits
mailing list