[PATCH] D136369: [MSAN] Count Zeroes test for covering ctlz and cttz under MSAN.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 13:55:23 PDT 2022


vitalybuka added inline comments.


================
Comment at: llvm/test/Instrumentation/MemorySanitizer/count-zeroes.ll:41
+;
+  %res = call <2 x i64> @llvm.ctlz.v2i64(<2 x i64> %v, i1 true) ; <<2 x i64>> [#uses=1]
+  ret <2 x i64> %res
----------------
can you please also add cases with false here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136369



More information about the llvm-commits mailing list