[PATCH] D52887: [DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 5 09:07:17 PDT 2018
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
LGTM with outstanding comments addressed. Thanks!
================
Comment at: test/CodeGen/X86/pr38762.ll:51
+ %foo.0..sroa_cast = bitcast i32* %foo to i8*
+ store volatile i32 0, i32* %foo, align 4, !tbaa !18
+ %foo.0. = load volatile i32, i32* %foo, align 4, !tbaa !18
----------------
Do we need all the !tbaa metadata for the test?
https://reviews.llvm.org/D52887
More information about the llvm-commits
mailing list