diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-11-04 20:53:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 04:53:42 +0000 |
| commit | 849038cad16f18d77b5cd277980c93e8efbf1bbc (patch) | |
| tree | dfa1168c8b9142200dba86ac546eac43318e8145 /llvm/lib/CodeGen | |
| parent | 6111ff16df372fd78cf9dc8fa953573ea2446f82 (diff) | |
| download | llvm-849038cad16f18d77b5cd277980c93e8efbf1bbc.zip llvm-849038cad16f18d77b5cd277980c93e8efbf1bbc.tar.gz llvm-849038cad16f18d77b5cd277980c93e8efbf1bbc.tar.bz2 | |
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.
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
