We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc04bd commit c9a8529Copy full SHA for c9a8529
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -2997,7 +2997,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
2997
/// fine).
2998
///
2999
/// Caller guarantees that this intrinsic does not access memory.
3000
- bool maybeHandleSimpleNomemIntrinsic(IntrinsicInst &I, unsigned int trailingFlags) {
+ bool maybeHandleSimpleNomemIntrinsic(IntrinsicInst &I,
3001
+ unsigned int trailingFlags) {
3002
Type *RetTy = I.getType();
3003
if (!(RetTy->isIntOrIntVectorTy() || RetTy->isFPOrFPVectorTy()))
3004
return false;
0 commit comments