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

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


kda marked an inline comment as done.
kda added inline comments.


================
Comment at: llvm/test/Instrumentation/MemorySanitizer/count-zeroes.ll:5
+target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
----------------
vitalybuka wrote:
> Maybe you can drop this line?
keeping this as discussed.


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