commit | 42e9bbeb4c443addca4bd7d5449e7064a80d022b | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Thu May 12 21:03:32 2016 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Thu May 12 21:03:32 2016 +0000 |
tree | 9cac4fa072f71a10b8f9ef88cfd347fd4da81aa9 | |
parent | 85cda82472fabca73b3bf7efea6fb143946ace3f [diff] |
SDAG: Implement Select instead of SelectImpl in AMDGPUDAGToDAGISel - 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@269349 91177308-0d34-0410-b5e6-96231b3b80d8