[all-commits] [llvm/llvm-project] 083717: AMDGPU: Fix v2i64<->v4f32 bitcast
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Feb 20 06:49:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 083717cf49968ebb973d73b448709d45e3fc0e99
https://github.com/llvm/llvm-project/commit/083717cf49968ebb973d73b448709d45e3fc0e99
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.ll
Log Message:
-----------
AMDGPU: Fix v2i64<->v4f32 bitcast
I'm not sure how to test the v2i64->v4f32 case since I can't think of
any v2i64 cases that won't legalize to v4i32.
More information about the All-commits
mailing list