[llvm] [InstCombine] Fix buggy transform in foldNestedSelects; PR 71330 (PR #71489)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 02:52:07 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
----------------
nikic wrote:
Fixed in https://github.com/llvm/llvm-project/commit/6e56c35d1959295289734baf8924d477f770d6f8.
https://github.com/llvm/llvm-project/pull/71489
More information about the llvm-commits
mailing list