[PATCH] D156543: [CSKY][NFC][test] Add more tests of CodeGen for intrinsics
Zixuan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 23:44:46 PDT 2023
zixuan-wu added inline comments.
================
Comment at: llvm/test/CodeGen/CSKY/intrinsic.ll:10
entry:
%nlz = call i32 @llvm.ctlz.i32(i32 %x, i1 1)
ret i32 %nlz
----------------
It would be better to also test the condition that the second argument is zero
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156543/new/
https://reviews.llvm.org/D156543
More information about the llvm-commits
mailing list