[all-commits] [llvm/llvm-project] a7cc27: Add verifier check that musttail and preallocated ...

aeubanks via All-commits all-commits at lists.llvm.org
Mon May 18 11:26:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a7cc275e7e8ac21ddf1b6d74e3de013d9f88d016
      https://github.com/llvm/llvm-project/commit/a7cc275e7e8ac21ddf1b6d74e3de013d9f88d016
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-05-18 (Mon, 18 May 2020)

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

  Log Message:
  -----------
  Add verifier check that musttail and preallocated are not used together

Summary:
Currently they are not supported together. Supporting them will require
a LangRef change. See discussion in https://reviews.llvm.org/D77689.

Reviewers: rnk, efriedma

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list