commit | a0427d47f8dfd54e94205f8a9822e2c227f69d1d | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Fri May 20 21:43:23 2016 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Fri May 20 21:43:23 2016 +0000 |
tree | 85182a210cf1c1a88c5faaee36884be258bef18f | |
parent | 0724f4d051b3b4222a84311b10e19ea8e47f02bb [diff] |
SDAG: Implement Select instead of SelectImpl in PPCDAGToDAGISel - Where we were returning a node before, call ReplaceNode instead. - Where we would return null to fall back to another selector, rename the method to try* and return a bool for success. - Where we were calling SelectNodeTo, just return afterwards. Part of llvm.org/pr26808. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270283 91177308-0d34-0410-b5e6-96231b3b80d8