[llvm] [X86] Use an FP-based expansion for v4i32 ctlz on SSE2-only targets (PR #167034)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 10 04:20:40 PST 2025


================
@@ -0,0 +1,26 @@
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+sse2,-ssse3 -o - | FileCheck %s
----------------
RKSimon wrote:

all 3 of these new test files can be dropped - just regenerate the vector-lzcnt-128.ll checks with the update script

https://github.com/llvm/llvm-project/pull/167034


More information about the llvm-commits mailing list