Issue 140577
Summary [DirectX] The dx.isinf intrinsic is not being scalarized
Labels backend:DirectX
Assignees
Reporter spall
    using HLSL's "isinf" operation on a vector is resulting in an error: Cannot create IsInf operation: Invalid overload type from the backend. This is because the intrinsic isn't being scalarized and there is no vector DXIL op when we try to lower.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to