[PATCH] [msan] Refactor memory layout specification and setup

Evgeniy Stepanov eugenis at google.com
Mon Jan 26 01:12:26 PST 2015


Added #pragma unroll to addr_is_type. LLVM stops unrolling this function when the loop size reaches ~ 8, and ends up with dozens of memory loads instead of 3 or 4 constant comparisons.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7146

Files:
  lib/msan/CMakeLists.txt
  lib/msan/msan.h
  lib/msan/msan_linux.cc

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7146.18745.patch
Type: text/x-patch
Size: 11515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150126/4d606700/attachment.bin>


More information about the llvm-commits mailing list