[llvm] [DXIL] Add frac unary lowering (PR #83465)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 11:16:21 PST 2024
================
@@ -233,3 +233,6 @@ def FlattenedThreadIdInGroup : DXILOpMapping<96, flattenedThreadIdInGroup,
"Provides a flattened index for a "
"given thread within a given "
"group (SV_GroupIndex)">;
+def Frac : DXILOpMapping<22, unary, int_dx_frac,
----------------
farzonl wrote:
that makes more sense I was sorting by name, b\c in hlsl_intrinsics.h it is name.
https://github.com/llvm/llvm-project/pull/83465
More information about the llvm-commits
mailing list