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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please rebase the patch. I added tests, it should fail with your patch, so they need to be updated.
As is compiler crashes after that patch.
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | ||
---|---|---|
3229–3233 | ||
3508–3509 | sse41_round_sd and Intrinsic::x86_sse41_round_ss have 3 operands |