[PATCH] D49065: AMDGPU: Stop wasting argument registers with v3i32/v3f32

Michel Dänzer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 07:48:25 PDT 2018


michel.daenzer added a comment.

I can confirm Mesa now works with this patch, however, it still breaks 9 lit tests for me:

  LLVM :: CodeGen/AMDGPU/fceil.ll
  LLVM :: CodeGen/AMDGPU/fmaxnum.ll
  LLVM :: CodeGen/AMDGPU/fpext.ll
  LLVM :: CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
  LLVM :: CodeGen/AMDGPU/insert_vector_elt.ll
  LLVM :: CodeGen/AMDGPU/kernel-args.ll
  LLVM :: CodeGen/AMDGPU/max.ll
  LLVM :: CodeGen/AMDGPU/store-global.ll
  LLVM :: CodeGen/AMDGPU/store-private.ll


https://reviews.llvm.org/D49065





More information about the llvm-commits mailing list