Index: src/IceTargetLoweringX8632Traits.h |
diff --git a/src/IceTargetLoweringX8632Traits.h b/src/IceTargetLoweringX8632Traits.h |
index 518ac3ead7ff2989b910eeabe272eacadb63d640..334dbdcb28c9268eb30857e61ec1c3748c1cb2ef 100644 |
--- a/src/IceTargetLoweringX8632Traits.h |
+++ b/src/IceTargetLoweringX8632Traits.h |
@@ -711,7 +711,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 |