[PATCH] D55058: AMDGPU: Add patterns for v4i16/v4f16 -> v4i16/v4f16 bitcasts
Rhys Perry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 29 08:52:37 PST 2018
pendingchaos added a comment.
This fixes a selection error I came across:
LLVM ERROR: Cannot select: t16: v4f16 = bitcast t15
t15: v4i16,ch = CopyFromReg t0, Register:v4i16 %3
t14: v4i16 = Register %3
I'm not too familiar with LLVM, so I'm not 100% certain of the correctness or
completeness of this.
I don't have commit access.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55058/new/
https://reviews.llvm.org/D55058
More information about the llvm-commits
mailing list