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

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 28 07:36:30 PDT 2023


benshi001 added inline comments.


================
Comment at: llvm/test/CodeGen/CSKY/intrinsic.ll:36
+define i16 @bswap16(i16 %x) {
+; CHECK-LABEL: bswap16:
+; CHECK:       # %bb.0: # %entry
----------------
zixuan-wu wrote:
> Again. It's related to cttz?
I have made another patch for these additional tests. 
https://reviews.llvm.org/D156543


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

https://reviews.llvm.org/D154588



More information about the cfe-commits mailing list