[llvm] [InstCombine] Preserve profile data with select instructions and binary operators (PR #158375)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 15:17:08 PDT 2025
================
@@ -0,0 +1,39 @@
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
----------------
boomanaiden154 wrote:
Is there a reason the FileCheck assertions here aren't autogenerated with `update_test_checks.py`?
https://github.com/llvm/llvm-project/pull/158375
More information about the llvm-commits
mailing list