summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/atomic-min-max.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Mips] Add support for min/max/umin/umax atomicsMirko Brkusanin2019-12-121-0/+4674
In order to properly implement these atomic we need one register more than other binary atomics. It is used for storing result from comparing values in addition to the one that is used for actual result of operation. https://reviews.llvm.org/D71028
OpenPOWER on IntegriCloud