We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f929ff commit fb0454aCopy full SHA for fb0454a
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
@@ -1783,7 +1783,7 @@ class MachineIRBuilder {
1783
1784
/// Build and insert \p Res = G_ABDU \p Op0, \p Op1
1785
///
1786
- /// G_ABDS return the unsigned absolute difference of \p Op0 and \p Op1.
+ /// G_ABDU return the unsigned absolute difference of \p Op0 and \p Op1.
1787
1788
/// \pre setBasicBlock or setMI must have been called.
1789
/// \pre \p Res, \p Op0 and \p Op1 must be generic virtual registers
0 commit comments