[all-commits] [llvm/llvm-project] a5a07b: Visit previously unreachable nodes in the debug in...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Feb 26 14:48:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a5a07b80419e68afd14916e95e2c613a9cee26d9
https://github.com/llvm/llvm-project/commit/a5a07b80419e68afd14916e95e2c613a9cee26d9
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M llvm/lib/IR/Verifier.cpp
A llvm/test/Verifier/llvm.loop.cu.ll
Log Message:
-----------
Visit previously unreachable nodes in the debug info metadata verifier.
This allows for diagnosing malformed LLVM IR debug info metadata such
as the one in the testcase.
<rdar://problem/59756060>
Differential Revision: https://reviews.llvm.org/D75212
More information about the All-commits
mailing list