[all-commits] [llvm/llvm-project] 3d5275: Handle indirect calls in preallocated verification

aeubanks via All-commits all-commits at lists.llvm.org
Thu Apr 30 14:39:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d5275fc05d54a8f951e034bcb7bcd48b0e46eb8
      https://github.com/llvm/llvm-project/commit/3d5275fc05d54a8f951e034bcb7bcd48b0e46eb8
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-04-30 (Thu, 30 Apr 2020)

  Changed paths:
    M llvm/lib/IR/Verifier.cpp
    M llvm/test/Verifier/preallocated-valid.ll

  Log Message:
  -----------
  Handle indirect calls in preallocated verification

Summary: getCalledFunction() returns null for indirect function invocations.

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79203




More information about the All-commits mailing list