]> granicus.if.org Git - llvm/commit
Merging r346203:
authorTom Stellard <tstellar@redhat.com>
Fri, 7 Dec 2018 20:21:24 +0000 (20:21 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 7 Dec 2018 20:21:24 +0000 (20:21 +0000)
commit4a684f7170a0907f83398cf0cb21a24ce7eda0c9
tree50d4f8b35f811306d0d95044601042277b0ed3fb
parent06a6c3307840bdc677efb19ce8a87e1ead4c2c5d
Merging r346203:

------------------------------------------------------------------------
r346203 | matze | 2018-11-05 19:15:22 -0800 (Mon, 05 Nov 2018) | 7 lines

AArch64: Cleanup CCMP code; NFC

Cleanup CCMP pattern matching code in preparation for review/bugfix:
- Rename `isConjunctionDisjunctionTree()` to `canEmitConjunction()`
  (it won't accept arbitrary disjunctions and is really about whether we
   can transform the subtree into a conjunction that we can emit).
- Rename `emitConjunctionDisjunctionTree()` to `emitConjunction()`
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@348636 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp