[llvm] [InstCombine] Drop poison-generating flags in `threadBinOpOverSelect` (PR #87230)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 09:13:45 PDT 2024


================
@@ -0,0 +1,49 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -S -passes=instcombine < %s | FileCheck %s
----------------
goldsteinn wrote:

Should you also have a CHECK for `instsimplify`?

https://github.com/llvm/llvm-project/pull/87230


More information about the llvm-commits mailing list