[all-commits] [llvm/llvm-project] b1b980: [ImplicitNullChecks] NFC: Remove unused PointerReg...
annamthomas via All-commits
all-commits at lists.llvm.org
Thu Sep 10 12:32:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1b9806370196234a62304d308a9f8873759ec28
https://github.com/llvm/llvm-project/commit/b1b9806370196234a62304d308a9f8873759ec28
Author: Anna Thomas <anna at azul.com>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/ImplicitNullChecks.cpp
Log Message:
-----------
[ImplicitNullChecks] NFC: Remove unused PointerReg arg in dep analysis
The PointerReg arg was passed into the dependence function for an
assertion which no longer exists. So, this patch updates the dependence
functions to avoid the PointerReg in the signature.
Tests-Run: make check
More information about the All-commits
mailing list