[llvm] [AMDGPU] Allow lane-op lowering for some illegal types (PR #114887)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 08:35:33 PST 2024
rampitec wrote:
> I think this won't work for arbitrary illegal types like i999, right? It only works for i8 because we have an explicit `setOperationAction(ISD::INTRINSIC_WO_CHAIN, ... i8 ..., Custom)`. So update the description.
>
> Otherwise seems fine to me.
Yes, you are right. Updated description and title.
https://github.com/llvm/llvm-project/pull/114887
More information about the llvm-commits
mailing list