Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
Nikita Popov d08496b51c [AMDGPULowerKernelAttribute] Avoid use of ConstantExpr::getIntegerCast() (NFC)
We are working on ConstantInt here, so folding will always succeed.
This just avoids use of the ConstantExpr API.
2023-11-01 12:11:02 +01:00

11 KiB