[all-commits] [llvm/llvm-project] 2843a1: [InstCombine] add tests for bitwise logic; NFC

Sanjay Patel via All-commits all-commits at lists.llvm.org
Sun Aug 7 10:50:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2843a1d87d95f09d2960b17f33b9ce57c6f878a3
      https://github.com/llvm/llvm-project/commit/2843a1d87d95f09d2960b17f33b9ce57c6f878a3
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-08-07 (Sun, 07 Aug 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/and-or-not.ll

  Log Message:
  -----------
  [InstCombine] add tests for bitwise logic; NFC


  Commit: 8148c28fad4956b6fc785a5cf1d082eda56e1c6a
      https://github.com/llvm/llvm-project/commit/8148c28fad4956b6fc785a5cf1d082eda56e1c6a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-08-07 (Sun, 07 Aug 2022)

  Changed paths:
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/test/Transforms/InstSimplify/ConstProp/convert-from-fp16.ll

  Log Message:
  -----------
  [ConstFolding] fix overzealous assert when converting FP half

Fixes #56981


Compare: https://github.com/llvm/llvm-project/compare/6ea5bf436a98...8148c28fad49


More information about the All-commits mailing list