[llvm] [InstCombine] Replace all dominated uses of condition with constants (PR #105510)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 31 00:47:31 PDT 2024
================
@@ -0,0 +1,48 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -O3 -S < %s | FileCheck %s
+; RUN: opt -passes='default<O3>' -S < %s | FileCheck %s
----------------
nikic wrote:
Only keep one of these, they are the same.
https://github.com/llvm/llvm-project/pull/105510
More information about the llvm-commits
mailing list