[all-commits] [llvm/llvm-project] 6fd959: [msan] Handle x86_avx_cmp_pd_256 and x86_avx_cmp_p...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Sep 21 15:17:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fd959d6258702bd9e020b012f8c9fecd91c5404
https://github.com/llvm/llvm-project/commit/6fd959d6258702bd9e020b012f8c9fecd91c5404
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/avx-intrinsics-x86.ll
Log Message:
-----------
[msan] Handle x86_avx_cmp_pd_256 and x86_avx_cmp_ps_256
Removed FIXME which looks irrelevant. The error message happens only without -mattr=+avx.
E.g.
GOOD: opt llvm/test/Instrumentation/MemorySanitizer/avx-intrinsics-x86.ll -passes=msan -o - | llc -O3 -o /dev/null -mattr=+avx
BAD: opt llvm/test/Instrumentation/MemorySanitizer/avx-intrinsics-x86.ll -passes=msan -o - | llc -O3 -o /dev/null
So nothing to fix here.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D134119
More information about the All-commits
mailing list