[PATCH] D154588: [CSKY] Optimize implementation of intrinsic 'llvm.cttz.i32'

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 8 04:54:58 PDT 2023


benshi001 added inline comments.


================
Comment at: clang/test/CodeGen/CSKY/csky-builtins.c:1
+// RUN: %clang_cc1 -triple csky -emit-llvm -o - %s | FileCheck %s
+
----------------
This file is pure test, has nothing to do with `llvm.cttz`, just to avoid another patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154588/new/

https://reviews.llvm.org/D154588



More information about the llvm-commits mailing list