commit | d0a44769adf971dc4b4eb252caa12d4b54015388 | [log] [tgz] |
---|---|---|
author | Matthias Braun <matze@braunis.de> | Thu Jan 11 22:30:43 2018 +0000 |
committer | Matthias Braun <matze@braunis.de> | Thu Jan 11 22:30:43 2018 +0000 |
tree | 83273ea95745119f07970b47b35dc840f895c46f | |
parent | 1e1801ccb05505120ba803a3f8ec1b9f98388f3a [diff] |
PeepholeOptimizer: Fix for vregs without defs The PeepholeOptimizer would fail for vregs without a definition. If this was caused by an undef operand abort to keep the code simple (so we don't need to add logic everywhere to replicate the undef flag). Differential Revision: https://reviews.llvm.org/D40763 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322319 91177308-0d34-0410-b5e6-96231b3b80d8