[llvm] [InstCombine] Drop nonnull assumes if the pointer is already known to be nonnull (PR #180434)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 9 00:50:37 PST 2026
================
@@ -1,18 +1,22 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -passes='loop(loop-rotate),instcombine' -enable-knowledge-retention -S < %s | FileCheck %s
+; RUN: opt -passes='loop(loop-rotate),instcombine' -enable-knowledge-retention -S %s | FileCheck %s
----------------
nikic wrote:
The `<` is there to avoid embedding the file name into the output.
https://github.com/llvm/llvm-project/pull/180434
More information about the llvm-commits
mailing list