This revision was automatically updated to reflect the committed changes.
Closed by commit rL369979: msan, codegen, instcombine: Keep more lifetime
markers used for msan (authored by vitalybuka, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.
lebedev.ri added inline comments.
Comment at: llvm/test/Transforms/InstCombine/lifetime-sanitizer.ll:37-50
+define void @msan() sanitize_memory {
+entry:
+ ; CHECK-LABEL: @msan(
+ %text = alloca i8, align 1
+
+ call void @llvm.lifetime.start.p0i8(i64 1, i8* %text)
+ call void
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: llvm/test/Transforms/InstCombine/lifetime-sanitizer.ll:37-50
+define void @msan() sanitize_memory {
+entry:
+ ; CHECK-LABEL: @msan(
+ %text = alloca i8,
lebedev.ri added inline comments.
Comment at: llvm/test/Transforms/InstCombine/lifetime-sanitizer.ll:37-50
+define void @msan() sanitize_memory {
+entry:
+ ; CHECK-LABEL: @msan(
+ %text = alloca i8, align 1
+
+ call void @llvm.lifetime.start.p0i8(i64 1, i8* %text)
+ call void
vitalybuka updated this revision to Diff 216994.
vitalybuka added a comment.
update comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66695/new/
https://reviews.llvm.org/D66695
Files:
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenF
vitalybuka updated this revision to Diff 216991.
vitalybuka added a comment.
return hwasan
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66695/new/
https://reviews.llvm.org/D66695
Files:
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenFu
vitalybuka updated this revision to Diff 216992.
vitalybuka added a comment.
fix compilation error
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66695/new/
https://reviews.llvm.org/D66695
Files:
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/C
vitalybuka created this revision.
vitalybuka added a reviewer: eugenis.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits, hiraditya.
Herald added projects: clang, Sanitizers, LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66695
Files:
clang/lib/CodeGen/CGE