[Openmp-commits] [PATCH] D114865: [AMDGPU][OpenMP] Use -amdgpu-fixed-function-abi

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 1 06:51:43 PST 2021


JonChesterfield added a comment.

Fixed abi was set to true in D96340 <https://reviews.llvm.org/D96340>. At that point, indirect calls probably worked.
This was replaced with some dubious fine grain attribute handling in D99347 <https://reviews.llvm.org/D99347>, at which point indirect calls are probably broken. I think there was some more churn on function attributes around that time and expect ROCm and trunk have diverged somewhat at that point.

I therefore think they've been broken in edge cases since April.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114865/new/

https://reviews.llvm.org/D114865



More information about the Openmp-commits mailing list