[llvm] [InstCombine] Fix buggy transform in foldNestedSelects; PR 71330 (PR #71489)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 10:53:36 PST 2023
================
@@ -0,0 +1,229 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt -O3 -S < %s | FileCheck %s
----------------
goldsteinn wrote:
It does by hand, `llvm-reduce` doesn't do well pairing down use-lists.
https://github.com/llvm/llvm-project/pull/71489
More information about the llvm-commits
mailing list