[all-commits] [llvm/llvm-project] 58a056: Revert "[InlineFunction] Handle return attributes ...

annamthomas via All-commits all-commits at lists.llvm.org
Tue Mar 31 13:17:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 58a05675daf46b2e9c336dd13ae6ac6dbfdc2c72
      https://github.com/llvm/llvm-project/commit/58a05675daf46b2e9c336dd13ae6ac6dbfdc2c72
  Author: Anna Thomas <anna at azul.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/movbe-builtins.c
    M clang/test/CodeGen/rot-intrinsics.c
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    R llvm/test/Transforms/Inline/ret_attr_update.ll

  Log Message:
  -----------
  Revert "[InlineFunction] Handle return attributes on call within inlined body"

This reverts commit 28518d9ae39ff5c6044e230d58b6ae28b0252cae.
There is a failure in MsgPackReader.cpp when built with clang. It
complains about "signext and zeroext" are incompatible. Investigating
offline if it is infact a UB in the MsgPackReader code.




More information about the All-commits mailing list