[all-commits] [llvm/llvm-project] f8c0cf: ImplicitNullChecks: Don't add a dead definition of...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Tue Dec 3 02:03:35 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f8c0cfc24eab0f23e3ebc65b10ee4276b1f15eeb
https://github.com/llvm/llvm-project/commit/f8c0cfc24eab0f23e3ebc65b10ee4276b1f15eeb
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M llvm/lib/CodeGen/ImplicitNullChecks.cpp
M llvm/test/CodeGen/X86/implicit-null-checks.mir
Log Message:
-----------
ImplicitNullChecks: Don't add a dead definition of DepMI as live-in
This is one of the fixes needed to reapply D68267 which improves verification
of live-in lists.
Review: craig.topper
https://reviews.llvm.org/D70434
More information about the All-commits
mailing list