diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2024-07-02 23:18:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 23:18:25 +0200 |
commit | 79516ddbee3a1d6c95cfbe6d14c790f741167165 (patch) | |
tree | d66b13c8f956224a81232c3b45e7637f16edffeb /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 45507166a1b38ce2831bd1e32f43977f647ccf47 (diff) | |
download | llvm-79516ddbee3a1d6c95cfbe6d14c790f741167165.zip llvm-79516ddbee3a1d6c95cfbe6d14c790f741167165.tar.gz llvm-79516ddbee3a1d6c95cfbe6d14c790f741167165.tar.bz2 |
AMDGPU: Fix assert from wrong address space size assumption (#97267)
This was assuming the source address space was at least as large
as the destination of the cast. I'm not sure why this was casting
to begin with; the assumption seems to be the source
address space from the root addrspacecast matches the underlying
object so directly check that.
Fixes #97457
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions