[PATCH] D136916: [LoongArch] Fix codegen for [su]itofp instructions

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 19:42:47 PDT 2022


xen0n added a comment.

Fixed formatting of commit message for you.

Note that there seems to be widespread misuse of `[]` and `{}` shorthand notations among Loongson people: they come from //shell syntax//, and should look like `[abc]`, `[a-c]`, `{a,b}` or `{,a}`, //never// `[a/b]` or `{a/b}`. Please keep this in mind (even the LoongArch ISA manual got this wrong, IMO it's better to tell someone to amend the manual instead of allowing the current practice last indefinitely).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136916



More information about the llvm-commits mailing list