[llvm] [DAGCombiner] Mark vectors as not AllAddOne/AllSubOne on undef or type mismatch (PR #92195)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 03:04:49 PDT 2024
================
@@ -0,0 +1,42 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -O1 < %s | FileCheck %s
----------------
RKSimon wrote:
Do you need -O1?
https://github.com/llvm/llvm-project/pull/92195
More information about the llvm-commits
mailing list