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

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 22 18:54:38 PDT 2021


craig.topper 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
----------------
jacquesguan wrote:
> kito-cheng wrote:
> > I guess you want to verify `vfredsum.vs`  and `vfwredsum.vs` here?
> Yes, but because the `Emit` of the InstAlias is set to 0, the printing priority of alias is lower than instruction, It just print the mnemonic of the instruction.
Don't you want to use the alias `vfredsum.vs` as input and verify you get the non-alias `vfredusum.vs` back?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105690



More information about the cfe-commits mailing list