Re: [llvm-branch-commits] [llvm] 6762d53 - Add RemovePureUndefs to opt

2020-01-16 Thread Hans Wennborg via llvm-branch-commits
Hi Stephen, It seems that while this did get pushed upstream, it's not actually part of master or any other branch. It appears to be the same for these: https://github.com/llvm/llvm-project/commit/80f81325b8e8f0bed81a28dffb8eba526002f2b3 https://github.com/llvm/llvm-project/commit/24b81434a056825

[llvm-branch-commits] [llvm] 6762d53 - Add RemovePureUndefs to opt

2020-01-15 Thread via llvm-branch-commits
Author: gbtozers Date: 2020-01-14T15:28:16Z New Revision: 6762d53b66d9de18825f09f43c3d6c2b3ea95913 URL: https://github.com/llvm/llvm-project/commit/6762d53b66d9de18825f09f43c3d6c2b3ea95913 DIFF: https://github.com/llvm/llvm-project/commit/6762d53b66d9de18825f09f43c3d6c2b3ea95913.diff LOG: Add