[PATCH] D155834: [LoongArch] Add LSX intrinsic testcases

陈荔 via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 00:52:32 PDT 2023


leecheechen created this revision.
Herald added a project: All.
leecheechen added reviewers: SixWeining, xen0n, xry111, gonglingqin, wangleiat, hev.
leecheechen published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Depends on D155829 <https://reviews.llvm.org/D155829>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155834

Files:
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-absd.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-add.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-adda.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-addi.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-addw.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-and.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-andi.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-andn.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-avg.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-avgr.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-bitclr.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-bitrev.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-bitsel.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-bitseli.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-bitset.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-bsll.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-bsrl.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-clo.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-clz.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-div.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-exth.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-extl.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-extrins.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fadd.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fclass.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fcmp.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fcvt.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fcvth.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fcvtl.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fdiv.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ffint.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-flogb.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fmadd.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fmax.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fmaxa.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fmin.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fmina.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fmsub.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fmul.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fnmadd.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fnmsub.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-frecip.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-frint.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-frsqrt.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-frstp.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fsqrt.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-fsub.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ftint.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-haddw.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-hsubw.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ilv.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-insgr2vr.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ld.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ldi.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ldrepl.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-madd.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-maddw.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-max.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-min.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-mod.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-mskgez.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-mskltz.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-msknz.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-msub.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-muh.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-mul.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-mulw.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-neg.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-nor.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-nori.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-or.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ori.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-orn.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-pack.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-pcnt.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-permi.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-pick.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-pickve2gr.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-replgr2vr.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-replve.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-replvei.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-rotr.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sadd.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sat.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-seq.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-set.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-setallnez.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-setanyeqz.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-shuf.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-shuf4i.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-signcov.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sle.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sll.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sllwil.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-slt.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sra.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sran.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srani.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srar.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srarn.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srarni.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srl.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srln.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srlni.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srlr.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srlrn.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-srlrni.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssran.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssrani.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssrarn.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssrarni.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssrln.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssrlni.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssrlrn.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssrlrni.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-ssub.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-st.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-stelm.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-sub.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-subi.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-subw.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-xor.ll
  llvm/test/CodeGen/LoongArch/lsx/intrinsic-xori.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155834.542481.patch
Type: text/x-patch
Size: 327593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230721/446b054d/attachment-0001.bin>


More information about the llvm-commits mailing list