[all-commits] [llvm/llvm-project] 0bf3c3: Fix build failure revealed by c35ca3a1c78f693b749a...

Amy Kwan via All-commits all-commits at lists.llvm.org
Tue May 24 14:32:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bf3c38b0be3f9b45b589b780ed53f2de4d364d4
      https://github.com/llvm/llvm-project/commit/0bf3c38b0be3f9b45b589b780ed53f2de4d364d4
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2022-05-24 (Tue, 24 May 2022)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

  Log Message:
  -----------
  Fix build failure revealed by c35ca3a1c78f693b749ad11742350b7fc6c5cd89

This commit resolves a Linux kernel build failure that was revealed by
c35ca3a1c78f693b749ad11742350b7fc6c5cd89. The patch introduces two new
intrinsics, which ultimately changes the intrinsic numbering of other PPC
intrinsics. This causes an issue introduced by
ff40fb07ad6309131c2448ca00572a078c7a2d59, as the patch checks for intrinsics
with particular values, but the addition of the fnabs/fnabss intrinsics updates
the original sqrt/sdiv intrinsic values.




More information about the All-commits mailing list