[PATCH] D127203: [LoongArch 3/n] Add codegen support for the bitwise binary operations and part of other operations

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 00:56:21 PDT 2022


SixWeining updated this revision to Diff 435063.
SixWeining added a comment.

typo fix


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127203

Files:
  llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
  llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
  llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.cpp
  llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.h
  llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
  llvm/lib/Target/LoongArch/LoongArchISelLowering.h
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/lib/Target/LoongArch/LoongArchRegisterInfo.td
  llvm/test/CodeGen/LoongArch/ir-instruction/and.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/ashr.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/fcmp-dbl.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/fcmp-flt.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/icmp.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/lshr.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-bare-dbl.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-bare-flt.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-bare-int.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-fpcc-dbl.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-fpcc-flt.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-fpcc-int.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-icc-dbl.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-icc-flt.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/select-icc-int.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/shl.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/xor.ll
  llvm/test/CodeGen/LoongArch/shift-masked-shamt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127203.435063.patch
Type: text/x-patch
Size: 167261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220608/91cbefad/attachment-0001.bin>


More information about the llvm-commits mailing list