[PATCH] D19556: [ThinLTO] Emit individual index files for distributed backends
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 14:33:58 PDT 2016
tejohnson added a comment.
F1910055: BitcodeWriter.cpp.s.nomsan.proc <http://reviews.llvm.org/F1910055>
Here is the assembly from -O3 without msan instrumentation. It looks more sane. I.e. the execution of the BitcodeWriter.cpp:364 (line 733) appears to be guarded by an earlier conditional branch from the 355 (see the jne .LBB91_77 just above).
Repository:
rL LLVM
http://reviews.llvm.org/D19556
More information about the llvm-commits
mailing list