summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
AgeCommit message (Expand)Author
2025-10-08AMDGPU: Stop inferring amdgpu-agpr-alloc on irrelevant targets (#161957)Matt Arsenault
2025-10-03[AMDGPU][Attributor] Stop inferring amdgpu-no-flat-scratch-init in sanitized ...Chaitanya
2025-09-15[AMDGPU][Attributor] Add `AAAMDGPUClusterDims` (#158076)Shilei Tian
2025-08-27[AMDGPU][Attributor] Remove final update of waves-per-eu after the attributor...Shilei Tian
2025-05-17[AMDGPU][Attributor] Rework update of `AAAMDWavesPerEU` (#123995)Shilei Tian
2025-04-24AMDGPU: Remove amdhsa_code_object_version module flags from most tests (#136363)Matt Arsenault
2025-04-15[AMDGPU] Remove the AnnotateKernelFeatures pass (#130198)Jun Wang
2025-03-13AMDGPU: Replace ptr addrspace(1) undefs with poison (#130900)Matt Arsenault
2025-03-06AMDGPU: Replace amdgpu-no-agpr with amdgpu-agpr-alloc (#129893)Matt Arsenault
2024-12-11[AMDGPU][Attributor] Make `AAAMDWavesPerEU` honor existing attribute (#114438)Shilei Tian
2024-12-11[AMDGPU][Attributor] Make `AAAMDFlatWorkGroupSize` honor existing attribute (...Shilei Tian
2024-12-09Reapply "[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttrib...Jun Wang
2024-12-04Revert "[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttribu...Philip Reames
2024-12-04[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttributor (#94...Jun Wang
2024-03-21AMDGPU: Infer no-agpr usage in AMDGPUAttributor (#85948)Matt Arsenault
2024-03-06[AMDGPU] Rename COV module flag to amdhsa_code_object_version (#79905)Emma Pilkington
2023-12-12[AMDGPU][NFC] Test autogenerated llc tests for COV5 (#74339)Saiyedul Islam
2023-11-07AMDGPU: Port AMDGPUAttributor to new pass manager (#71349)Matt Arsenault
2023-10-26[opt] Infer DataLayout from triple if not specifiedAlex Richardson
2023-09-12Revert "[AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410)" (#...Saiyedul Islam
2023-09-12[AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410)Saiyedul Islam
2023-06-16AMDGPU: Propagate amdgpu-waves-per-eu with attributorMatt Arsenault
2023-01-12Partially reapply "AMDGPU: Invert handling of enqueued block detection"Matt Arsenault
2023-01-07Revert "AMDGPU: Invert handling of enqueued block detection"Matt Arsenault
2023-01-06AMDGPU: Invert handling of enqueued block detectionMatt Arsenault
2022-12-19AMDGPU: Update some tests to use opaque pointersMatt Arsenault
2022-12-07[AMDGPU] Annotate the intrinsics to be default and nocallbackJohannes Doerfert
2022-11-29Revert "enable code-object-version=5"Ron Lieberman
2022-11-29enable code-object-version=5Ron Lieberman
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-07-19[amdgpu] Implement lds kernel id intrinsicJon Chesterfield
2022-04-12AMDGPU: Emit metadata for the hidden_multigrid_sync_arg conditionallyChangpeng Fang
2022-02-25[AMDGPU][NFC]: Emit metadata for hidden_heap_v1 kernargChangpeng Fang
2022-02-11[AMDGPU] replace hostcall module flag with function attributeSameer Sahasrabuddhe
2021-12-02AMDGPU: Sanitized functions require implicit argumentsMatt Arsenault
2021-09-09AMDGPU: Use attributor to propagate uniform-work-group-sizeMatt Arsenault
2021-09-09AMDGPU: Invert ABI attribute handlingMatt Arsenault
2021-08-26AMDGPU: Invert AMDGPUAttributorMatt Arsenault
2021-08-26AMDGPU: Restrict attributor transformsMatt Arsenault
2021-08-26AMDGPU: Remove hacky attribute deduction from AMDGPUAttributorMatt Arsenault
2021-08-26AMDGPU: Stop inferring use of llvm.amdgcn.kernarg.segment.ptrMatt Arsenault
2021-08-13AMDGPU: Stop attributor adding attributes to intrinsic declarationsMatt Arsenault
2021-08-13AMDGPU: Add indirect and extern calls to attributor testMatt Arsenault
2021-08-12[Attributor] Do not delete volatile stores to null/undefJohannes Doerfert
2021-07-27[Attributor][FIX] Update AMDGPU attributor testJohannes Doerfert
2021-07-24[AMDGPU] Deduce attributes with the AttributorKuter Dinel
2021-07-15[AMDGPU] Use update_test_checks.py script for annotate kernel features tests.Kuter Dinel
2021-04-20[AMDGPU] Remove error check for indirect calls and add missing queue-ptrmadhur13490
2021-04-13[AMDGPU] Set implicit arg attributes for indirect callsmadhur13490
2020-06-18AMDGPU: Add IntrWillReturn to intrinsic definitionsMatt Arsenault