commit | f00111d7340bbe223e304ae8188ab46e3fc5eb2c | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Thu May 12 21:46:18 2016 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Thu May 12 21:46:18 2016 +0000 |
tree | 83ed7f22b97a6a07017c2f92e36093394388564c | |
parent | a3a9c7ea202a7e89bda30567b3e3c6c71343504d [diff] |
SDAG: Implement Select instead of SelectImpl in HexagonDAGToDAGISel - Where we were returning a node before, call ReplaceNode instead. - Where we had already replaced all uses and we returned a node, just remove the dead node instead. - Where we would return null to fall back to another selector, rename the method to try* and return a bool for success. Part of llvm.org/pr26808. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269358 91177308-0d34-0410-b5e6-96231b3b80d8