[PATCH] D68976: [ARM] Add qadd lowering from a sadd_sat

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 06:03:04 PDT 2019


dmgreen marked an inline comment as done.
dmgreen added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/qdadd.ll:45
+; CHECK-ARM:       @ %bb.0:
+; CHECK-ARM-NEXT:    qadd r0, r0, r0
+; CHECK-ARM-NEXT:    qadd r0, r0, r1
----------------
samparker wrote:
> Still need the tablegen patterns!
D68999. I thought I had put that somewhere here, but perhaps I had just presumed you would get the notification.

I rebased these tests, which is why they appear here too. That patch adds the patterns.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68976/new/

https://reviews.llvm.org/D68976





More information about the llvm-commits mailing list