search for: d26704

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

Did you mean: d26708
2016 Nov 15
9
Non-determinism in LLVM codegen
...ms/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: *https://reviews.llvm.org/D26704** **https://reviews.llvm.org/D26705** **https://reviews.llvm.org/D26706* Here are the next steps which I would like to do: 1. Replicate this patch for other containers (like DenseMap) 2. Somehow enable reverse iteration in the lit framework for all tests so that we can uncover these issues quickl...
2016 Nov 16
2
Non-determinism in LLVM codegen
....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: >> https://reviews.llvm.org/D26704 >> https://reviews.llvm.org/D26705 >> https://reviews.llvm.org/D26706 > > Great, thanks for working on this! Unfortunately, you did not subscribe llvm-commits when you created these, so the list did not receive the customary notification. Please re-post these subscribing llvm-com...
2016 Dec 14
0
Non-determinism in LLVM codegen
...ckedge.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: > *https://reviews.llvm.org/D26704** > **https://reviews.llvm.org/D26705** > **https://reviews.llvm.org/D26706* > > Here are the next steps which I would like to do: > 1. Replicate this patch for other containers (like DenseMap) > 2. Somehow enable reverse iteration in the lit framework for all tests > so that...