[PATCH] D105690: [RISCV] Rename assembler mnemonic of unordered floating-point reductions for v1.0-rc change

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 06:57:17 PDT 2021


kito-cheng added inline comments.


================
Comment at: llvm/test/MC/RISCV/rvv/aliases.s:86
+# NO-ALIAS: vfwredusum.vs v8, v4, v20, v0.t  # encoding: [0x57,0x14,0x4a,0xc4]
+vfwredusum.vs v8, v4, v20, v0.t
----------------
I guess you want to verify `vfredsum.vs`  and `vfwredsum.vs` here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105690



More information about the llvm-commits mailing list