================
@@ -220,6 +220,9 @@ def Sin  : DXILOpMapping<13, unary, int_sin,
                          "Returns sine(theta) for theta in radians.">;
 def UMax : DXILOpMapping<39, binary, int_umax,
                          "Unsigned integer maximum. UMax(a,b) = a > b ? a : 
b">;
+def Round : DXILOpMapping<26, unary, int_round,
----------------
bharadwajy wrote:

Please consider adding this before the `def UMax` to maintain a sorted order of 
opcode.

https://github.com/llvm/llvm-project/pull/83570
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to