Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp
Daniil Fukalov 68d90cff58 [AMDGPU][GlobalISel] Fix assert on APInt creation. (#124608)
Since 3494ee9590 APInt stopped to
implicitly truncate values, therefore it asserts on a big signed value
converted to (implicitly) unsigned APInt.

The change explicitly marks offset as a signed value.
2025-01-28 15:53:17 +01:00

5.9 KiB