[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 06:30:01 PDT 2021


fantasyRqg updated this revision to Diff 339212.
fantasyRqg added a comment.

collect all change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100938

Files:
  .gitignore
  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.339212.patch
Type: text/x-patch
Size: 7228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/2ab2bda1/attachment.bin>


More information about the llvm-commits mailing list