[llvm-branch-commits] [llvm] [SPARC] Use lzcnt to implement CTLZ when we have VIS3 (PR #135715)
Sergei Barannikov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 16 18:43:20 PDT 2025
================
@@ -0,0 +1,183 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=sparcv9 | FileCheck %s -check-prefix=V9
----------------
s-barannikov wrote:
Would be nice to check V8 as well.
https://github.com/llvm/llvm-project/pull/135715
More information about the llvm-branch-commits
mailing list