search for: cyclicphi

Displaying 3 results from an estimated 3 matches for "cyclicphi".

2016 Nov 15
9
Non-determinism in LLVM codegen
...Clang :: Analysis/malloc.c// // Clang :: Rewriter/objc-modern-metadata-visibility.mm// // Clang :: SemaCXX/warn-loop-analysis.cpp// // LLVM :: Transforms/LoopVectorize/consecutive-ptr-uniforms.ll// // LLVM :: Transforms/SimplifyCFG/bug-25299.ll// // LLVM :: Transforms/Util/MemorySSA/cyclicphi.ll// // LLVM :: Transforms/Util/MemorySSA/many-dom-backedge.ll// // LLVM :: Transforms/Util/MemorySSA/many-doms.ll// // LLVM :: Transforms/Util/MemorySSA/phi-translation.ll/ I have posted the following patches which fix some of the above failures by changing SmallPtrSet to SmallSetVector...
2016 Nov 16
2
Non-determinism in LLVM codegen
...g :: Analysis/malloc.c >> Clang :: Rewriter/objc-modern-metadata-visibility.mm >> Clang :: SemaCXX/warn-loop-analysis.cpp >> LLVM :: Transforms/LoopVectorize/consecutive-ptr-uniforms.ll >> LLVM :: Transforms/SimplifyCFG/bug-25299.ll >> LLVM :: Transforms/Util/MemorySSA/cyclicphi.ll >> LLVM :: Transforms/Util/MemorySSA/many-dom-backedge.ll >> LLVM :: Transforms/Util/MemorySSA/many-doms.ll >> LLVM :: Transforms/Util/MemorySSA/phi-translation.ll >> >> I have posted the following patches which fix some of the above >> failures by changing S...
2016 Dec 14
0
Non-determinism in LLVM codegen
....c// > // Clang :: Rewriter/objc-modern-metadata-visibility.mm// > // Clang :: SemaCXX/warn-loop-analysis.cpp// > // LLVM :: Transforms/LoopVectorize/consecutive-ptr-uniforms.ll// > // LLVM :: Transforms/SimplifyCFG/bug-25299.ll// > // LLVM :: Transforms/Util/MemorySSA/cyclicphi.ll// > // LLVM :: Transforms/Util/MemorySSA/many-dom-backedge.ll// > // LLVM :: Transforms/Util/MemorySSA/many-doms.ll// > // LLVM :: Transforms/Util/MemorySSA/phi-translation.ll/ > > I have posted the following patches which fix some of the above > failures by changing...