Issue | 86581 |
---|---|
Summary | [DXIL] implement `trunc` lowering |
Labels | backend:DirectX |
Assignees | farzonl |
Reporter | farzonl |
https://godbolt.org/z/qYMTWdW3r Simple change just need to add mapping from `Intrinsic::trunc` to dixil op `29`
like so: ``` @dx.op.unary.f16(i32 29, half %x) @dx.op.unary.f32(i32 29, float %x) ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs