[PATCH] D73623: [VE] udiv/sdiv/urem/srem/mul isel patterns

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 06:44:53 PST 2020


simoll created this revision.
simoll added reviewers: arsenm, craig.topper, rengolin, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.

udiv/sdiv/urem/srem/mul integer isel patterns and tests.
Pretend for now that integer division were always cheap in HW.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73623

Files:
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/CodeGen/VE/div.ll
  llvm/test/CodeGen/VE/multiply.ll
  llvm/test/CodeGen/VE/rem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73623.241136.patch
Type: text/x-patch
Size: 18622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/483b74ca/attachment-0001.bin>


More information about the llvm-commits mailing list