| commit | 2bc3d4d46c5f19d8433fd088fa95d18f9707bde8 | [log] [tgz] |
|---|---|---|
| author | Michael Kuperstein <mkuper@google.com> | Thu Aug 18 20:08:15 2016 +0000 |
| committer | Michael Kuperstein <mkuper@google.com> | Thu Aug 18 20:08:15 2016 +0000 |
| tree | 1bf251351a4472649c63fb3f1bc7f2f056386f1f | |
| parent | dea5ccb04b8be312456a5bdb6483cfb0fcb5b962 [diff] |
[SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround The names of the tablegen defs now match the names of the ISD nodes. This makes the world a slightly saner place, as previously "fround" matched ISD::FP_ROUND and not ISD::FROUND. Differential Revision: https://reviews.llvm.org/D23597 llvm-svn: 279129