[PATCH] D148077: [RISCV][NFC] Add test case for accept hexadecimal floating-point for fli instructions

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 07:03:24 PDT 2023


kito-cheng added a comment.

> Regarding isa manual changes - if this is going to be documented anyway I'd think the asm manual makes most sense.

Yeah, agree that, let me find some time to handle that after GCC 13 release :P

Anyway, my goal is align the behavior/syntax of fli operand on binutils and LLVM - current working patch on binutils has supported both decimal and hexadecimal too :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148077



More information about the llvm-commits mailing list