This is an archive of the discontinued LLVM Phabricator instance.

[MSAN] Count Zeroes test for covering ctlz and cttz under MSAN. (NFC)
ClosedPublic

Authored by kda on Oct 20 2022, 10:32 AM.

Diff Detail

Event Timeline

kda created this revision.Oct 20 2022, 10:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2022, 10:32 AM
kda requested review of this revision.Oct 20 2022, 10:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2022, 10:32 AM
kda updated this revision to Diff 469331.Oct 20 2022, 1:13 PM

added x86 non-vector versions

vitalybuka added inline comments.Oct 20 2022, 1:55 PM
llvm/test/Instrumentation/MemorySanitizer/count-zeroes.ll
42

can you please also add cases with false here?

vitalybuka added inline comments.Oct 20 2022, 5:33 PM
llvm/test/Instrumentation/MemorySanitizer/count-zeroes.ll
6

Maybe you can drop this line?

kda updated this revision to Diff 469872.Oct 22 2022, 2:22 AM

add no zero poison versions

kda marked an inline comment as done.Oct 22 2022, 2:23 AM
kda added inline comments.
llvm/test/Instrumentation/MemorySanitizer/count-zeroes.ll
6

keeping this as discussed.

kda retitled this revision from [MSAN] Count Zeroes test for covering ctlz and cttz under MSAN. to [MSAN] Count Zeroes test for covering ctlz and cttz under MSAN. (NFC).Oct 24 2022, 4:12 PM
vitalybuka accepted this revision.Oct 24 2022, 5:14 PM
This revision is now accepted and ready to land.Oct 24 2022, 5:14 PM