These intrinsics maps to the 24-bit v_mul_hi instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mulhi.i24.ll | ||
---|---|---|
3 | It's not working at the moment. I've added the mir version for now. |
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mulhi.i24.ll | ||
---|---|---|
3 | It should be trivial to implement, just handle the mulhi intrinsics the same as the mul intrinsics in AMDGPURegisterBankInfo. |
Not your fault, but are these mulhi nodes really associative??