Reference:
https://llvm.org/docs/LangRef.html#fneg-instruction
Depends on D127199
Differential D127200
[LoongArch] Add codegen support for fneg SixWeining on Jun 7 2022, 4:35 AM. Authored by
Details
Diff Detail
Unit Tests Event TimelineComment Actions This is just one fneg so you may change the title to just "[LoongArch] Add codegen support for fneg" instead. Otherwise it looks good! Comment Actions Remove the patch number in the title. (I already remove it in Phabricator yesterday.)
|
Consider placing some arithmetic tests in one file, instead of one file for each instruction.
This may run llc too many times, slowing down testsuite execution.