[PATCH] D100938: neon: truncate(smin(smax(a,b),c)) --> vqmovns(a),truncate(smin(a,b)) --> vqmovnu(a)

Eye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 02:50:59 PDT 2021


fantasyRqg created this revision.
Herald added a subscriber: hiraditya.
fantasyRqg requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100938

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/ARM/neon-truncate-min-max.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100938.339156.patch
Type: text/x-patch
Size: 6907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/75aba763/attachment.bin>


More information about the llvm-commits mailing list