[PATCH] D142535: [DAGCombine] Fold redundant select

Bogdan Graur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 02:10:03 PST 2023


bgraur added a comment.

Heads-up: this patch is producing miscompiles in our code.
We have verified the code is correct and the test passes without this patch and crashes with it.

@samparker: we're working on a smaller reproducer, until then it would be great if you could revert.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142535/new/

https://reviews.llvm.org/D142535



More information about the llvm-commits mailing list