[PATCH] D92206: [msan] Fix bugs when instrument x86.avx512*_cvt* intrinsics.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 26 23:27:44 PST 2020
pengfei added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:2738
+ void handleVectorConvertIntrinsic(IntrinsicInst &I, int NumUsedElements,
+ bool RoundingMode = false) {
IRBuilder<> IRB(&I);
----------------
craig.topper wrote:
> HasRoundingMode would be more clear.
Yes, it's much better. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92206/new/
https://reviews.llvm.org/D92206
More information about the llvm-commits
mailing list