[all-commits] [llvm/llvm-project] 89d6c2: [SystemZ] Use FNeg in s390x clang builtins

Kevin P. Neal via All-commits all-commits at lists.llvm.org
Thu Jan 2 09:15:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 89d6c288ba5adb20d92142e9425f7ab79b8f159e
      https://github.com/llvm/llvm-project/commit/89d6c288ba5adb20d92142e9425f7ab79b8f159e
  Author: Kevin P. Neal <kevin.neal at sas.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/builtins-systemz-vector.c
    M clang/test/CodeGen/builtins-systemz-vector2.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c

  Log Message:
  -----------
  [SystemZ] Use FNeg in s390x clang builtins

The s390x builtins are still using FSub instead of FNeg. Correct that.




More information about the All-commits mailing list