diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2024-10-29 22:14:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 22:14:24 -0700 |
commit | 6d9fc1b84619ca22f3e70d581c87940bcfbf3a93 (patch) | |
tree | 7c27ac234321fece5e5cb3610645437d75034047 /llvm/lib/CodeGen/MachineFunctionAnalysis.cpp | |
parent | bb3915149a7c9b1660db9caebfc96343352e8454 (diff) | |
download | llvm-6d9fc1b84619ca22f3e70d581c87940bcfbf3a93.zip llvm-6d9fc1b84619ca22f3e70d581c87940bcfbf3a93.tar.gz llvm-6d9fc1b84619ca22f3e70d581c87940bcfbf3a93.tar.bz2 |
AMDGPU: Fix producing invalid IR on vector typed getelementptr (#114113)
This did not consider the IR change to allow a scalar base with a vector
offset part. Reject any users that are not explicitly handled.
In this situation we could handle the vector GEP, but that is a larger
change. This just avoids the IR verifier error by rejecting it.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions