aboutsummaryrefslogtreecommitdiff
path: root/utils/bazel
diff options
context:
space:
mode:
authorVigneshwar Jayakumar <vigneshwarjayakumar@gmail.com>2024-06-28 21:05:48 -0500
committerGitHub <noreply@github.com>2024-06-28 21:05:48 -0500
commitd2c817df846a4fa141778560e2258ab674426f44 (patch)
tree52de1dd4d6120c610f5d9b9de8c4aedcd6ef8416 /utils/bazel
parentbf528849819733482cff205f3bdf1fe9ce2b92a4 (diff)
downloadllvm-main.zip
llvm-main.tar.gz
llvm-main.tar.bz2
[AMDGPU] Fix DynLDS causing crash when LowerLDS is run at fullLTO pipeline (#96038)HEADmain
Direct mapped dynamic LDS is not lowered in the LowerLDSModule pass. Hence it is not marked with an absolute symbol. When the LowerLDS pass is rerun in LTO, compilation fails with an assert "cannot mix abs and non-abs LDVs". This patch adds an additional check for direct mapped dynLDS to skip the assert. Fixes SWDEV-454281
Diffstat (limited to 'utils/bazel')
0 files changed, 0 insertions, 0 deletions