[all-commits] [llvm/llvm-project] cab0ec: AMDGPU: Fix amdgpu_gfx calling convention usage in...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 26 16:38:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cab0ec5c450f9e08b33f8a34da5c3d2456c32221
https://github.com/llvm/llvm-project/commit/cab0ec5c450f9e08b33f8a34da5c3d2456c32221
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/wwm-reserved-spill.ll
Log Message:
-----------
AMDGPU: Fix amdgpu_gfx calling convention usage in test
This was calling a regular C function from amdgpu_gfx, which isn't
defined to have all of the necessary implicit arguments.
Commit: 04da89e652450b62dc6a6706a15d92880baef843
https://github.com/llvm/llvm-project/commit/04da89e652450b62dc6a6706a15d92880baef843
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/call-argument-types.ll
Log Message:
-----------
AMDGPU: Remove unnecessary -NEXT checks
This avoids spuriously breaking the test in a future change
Compare: https://github.com/llvm/llvm-project/compare/c74eb05f2109...04da89e65245
More information about the All-commits
mailing list