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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to