Index: src/IceTargetLoweringX8664Traits.h |
diff --git a/src/IceTargetLoweringX8664Traits.h b/src/IceTargetLoweringX8664Traits.h |
index 573c2634bd9050a39736f7bcdf53bafbc9eb0d3b..9e1183fd03bf89a9865725ad5d87901cabef0d96 100644 |
--- a/src/IceTargetLoweringX8664Traits.h |
+++ b/src/IceTargetLoweringX8664Traits.h |
@@ -762,7 +762,7 @@ public: |
/// @{ |
static constexpr uint32_t MEMCPY_UNROLL_LIMIT = 8; |
static constexpr uint32_t MEMMOVE_UNROLL_LIMIT = 8; |
- static constexpr uint32_t MEMSET_UNROLL_LIMIT = 16; |
+ static constexpr uint32_t MEMSET_UNROLL_LIMIT = 8; |
/// @} |
/// Value is in bytes. Return Value adjusted to the next highest multiple of |