search for: d26706

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

Did you mean: d26708
2016 Nov 15
9
Non-determinism in LLVM codegen
...emorySSA/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 quickly Please feel free to review my patch for reverse iteration. I would w...
2016 Nov 16
2
Non-determinism in LLVM codegen
...forms/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-commits so that we all get the notification. > >> >> Here are the ne...
2016 Dec 14
0
Non-determinism in LLVM codegen
...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 quickly > > Please feel free to review my patch...