[llvm] [VectorCombine] Precisely calculate the cost in foldInstExtBinop and avoid infinite loop (PR #153069)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 03:40:44 PDT 2025
================
@@ -3,24 +3,18 @@
; RUN: opt < %s -S -p vector-combine -mtriple=x86_64 -mattr=avx2 | FileCheck %s --check-prefixes=CHECK,AVX2
----------------
RKSimon wrote:
drop the --check-prefixes and use the default CHECK now
https://github.com/llvm/llvm-project/pull/153069
More information about the llvm-commits
mailing list