[PATCH] D142234: [LVI] Handle Intrinsic::ctlz
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 09:39:15 PST 2023
arsenm added inline comments.
================
Comment at: llvm/test/Analysis/LazyValueAnalysis/lvi-for-ctlz.ll:32
+}
+
+declare i32 @llvm.ctlz.i32(i32, i1 immarg) nounwind willreturn
----------------
Test looks pretty small for all the different paths in the patch. You don't test the i1 false case for example
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142234/new/
https://reviews.llvm.org/D142234
More information about the llvm-commits
mailing list