llvm-project
849038ca - AMDGPU: Do not infer implicit inputs for !nocallback intrinsics

Commit
61 days ago
AMDGPU: Do not infer implicit inputs for !nocallback intrinsics (#131759) This isn't really the right check, we want to know that the intrinsic does not perform a true function call to any code (in the module or not). nocallback appears to be the closest thing to this property we have now though. Fixes theoretically miscompiles with intrinsics like statepoint, which hide a call to a real function. Also do the same for inferring no-agpr usage.
Author
Parents
Loading