[all-commits] [llvm/llvm-project] 362c23: Revert "[InstCombine] allow more folds for multi-u...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Sun Nov 13 08:51:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 362c23500a500da7f42f06eb9b72326618863a97
      https://github.com/llvm/llvm-project/commit/362c23500a500da7f42f06eb9b72326618863a97
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-11-13 (Sun, 13 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/test/Transforms/InstCombine/binop-select.ll

  Log Message:
  -----------
  Revert "[InstCombine] allow more folds for multi-use selects (2nd try)"

This reverts commit 6eae6b3722d9204fa93b772e24afab93406cc143.

This version of the patch results in the same DFSAN bot failure as before,
so my guess about the SimplifyQuery context instruction was wrong.
I don't know what the real bug is.




More information about the All-commits mailing list