[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 17:33:37 PDT 2022


vitalybuka 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"
+
----------------
Maybe you can drop this line?


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