[all-commits] [llvm/llvm-project] e5a730: [InstCombine] add test for miscompile from sinkNot...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Thu Dec 29 11:35:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5a7309800f64972339f00301fb5ddb90cd2455a
      https://github.com/llvm/llvm-project/commit/e5a7309800f64972339f00301fb5ddb90cd2455a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/sink-not-into-logical-and.ll

  Log Message:
  -----------
  [InstCombine] add test for miscompile from sinkNotIntoLogicalOp(); NFC

issue #59704


  Commit: 30af2e31917021f68a3d16ee71335f048c9e6235
      https://github.com/llvm/llvm-project/commit/30af2e31917021f68a3d16ee71335f048c9e6235
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/test/Transforms/InstCombine/sink-not-into-logical-and.ll

  Log Message:
  -----------
  [InstCombine] avoid miscompile in sinkNotIntoLogicalOp()

Fixes #59704


Compare: https://github.com/llvm/llvm-project/compare/ad956ed568ce...30af2e319170


More information about the All-commits mailing list