[all-commits] [llvm/llvm-project] c153c6: Handle instrumentation of scalar single-precision ...
Nicolas Capens via All-commits
all-commits at lists.llvm.org
Thu May 19 13:57:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c153c61fadf9499062981658113335bcd43c33fe
https://github.com/llvm/llvm-project/commit/c153c61fadf9499062981658113335bcd43c33fe
Author: Nicolas Capens <capn at google.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/sse-intrinsics-x86.ll
M llvm/test/Instrumentation/MemorySanitizer/sse41-intrinsics-x86.ll
Log Message:
-----------
Handle instrumentation of scalar single-precision (_ss) intrinsics
Instrumentation of scalar double-precision intrinsics such as
x86_sse41_round_sd was already handled by https://reviews.llvm.org/D82398,
but not their single-precision counterparts.
https://issuetracker.google.com/172238865
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D124871
More information about the All-commits
mailing list