[all-commits] [llvm/llvm-project] 0bf434: AMDGPU: Fix element size assertion
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 22 08:19:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0bf434ccd5627c385af96ef7a456294f195cca43
https://github.com/llvm/llvm-project/commit/0bf434ccd5627c385af96ef7a456294f195cca43
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
AMDGPU: Fix element size assertion
The GlobalISel usage called this with bits, but the DAG usage was
incorrectly using bytes.
More information about the All-commits
mailing list