[PATCH] D136523: [MSAN] Add handleCountZeroes for vector versions of ctlz and cttz.

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 22 02:26:12 PDT 2022


kda created this revision.
kda added reviewers: vitalybuka, eugenis.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
kda requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This addresses a bug where vector versions of ctlz are creating false positive reports.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136523

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/count-zeroes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136523.469873.patch
Type: text/x-patch
Size: 7088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221022/31332017/attachment.bin>


More information about the llvm-commits mailing list