[PATCH] D111062: [RISCV] Rename some assembler mnemonic and intrinsic functions for RVV 1.0.

Zakk Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 28 18:52:30 PDT 2021


khchen updated this revision to Diff 383219.
khchen added a comment.
Herald added a subscriber: VincentWu.

Updated all tests by script `update_cc_test_checks` and `update_llc_test_checks`.

@frasercrmck Yes, I used `sed` to update tests and I don't know why I had unexpected result...
Thanks for you double check!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111062

Files:
  clang/include/clang/Basic/riscv_vector.td
  clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vcpop.c
  clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmand.c
  clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmor.c
  clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vpopc.c
  clang/test/CodeGen/RISCV/rvv-intrinsics/vcpop.c
  clang/test/CodeGen/RISCV/rvv-intrinsics/vmand.c
  clang/test/CodeGen/RISCV/rvv-intrinsics/vmor.c
  clang/test/CodeGen/RISCV/rvv-intrinsics/vpopc.c
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-mask-logic.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-mask-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-select-int.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vreductions-mask.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vselect.ll
  llvm/test/CodeGen/RISCV/rvv/select-int.ll
  llvm/test/CodeGen/RISCV/rvv/vcpop-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vcpop-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vmandn-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmandn-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vmandnot-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmandnot-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vmarith-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vmorn-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmorn-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vmornot-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmornot-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vmsge-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmsge-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vmsgeu-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmsgeu-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vpopc-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vpopc-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vreductions-mask-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vreductions-mask.ll
  llvm/test/CodeGen/RISCV/rvv/vselect-mask.ll
  llvm/test/MC/RISCV/rvv/aliases.s
  llvm/test/MC/RISCV/rvv/compare.s
  llvm/test/MC/RISCV/rvv/mask.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111062.383219.patch
Type: text/x-patch
Size: 195376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211029/f1b4330b/attachment-0001.bin>


More information about the cfe-commits mailing list