[all-commits] [llvm/llvm-project] f2365a: AMDGPU: Fix using wrong alloca address space in test

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Aug 6 01:15:12 PDT 2024


  Branch: refs/heads/users/arsenm/amdgpu-fix-wrong-alloca-addrspace-in-test
  Home:   https://github.com/llvm/llvm-project
  Commit: f2365a31bd98cfa0acd505b87ab2e37072562d67
      https://github.com/llvm/llvm-project/commit/f2365a31bd98cfa0acd505b87ab2e37072562d67
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M llvm/test/Transforms/Attributor/heap_to_stack_gpu.ll
    M llvm/test/Transforms/Attributor/value-simplify-gpu.ll
    M llvm/test/Transforms/OpenMP/barrier_removal.ll
    M llvm/test/Transforms/PhaseOrdering/varargs.ll

  Log Message:
  -----------
  AMDGPU: Fix using wrong alloca address space in test

value-simplify-gpu.ll seems to lose a noalias deduction on the
call argument.

There are more violations in OpenMP tests, but those are also
shared with nvptx run lines.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list