[all-commits] [llvm/llvm-project] 5cca13: AMDGPU/R600: Emit rodata in text segment

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Feb 3 07:08:13 PST 2020


  Branch: refs/heads/release/10.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 5cca13d43b7e972d0de6301cfed30781251489a1
      https://github.com/llvm/llvm-project/commit/5cca13d43b7e972d0de6301cfed30781251489a1
  Author: Jan Vesely <jan.vesely at rutgers.edu>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/test/CodeGen/AMDGPU/global-constant.ll

  Log Message:
  -----------
  AMDGPU/R600: Emit rodata in text segment

R600 relies on this behaviour.
Fixes: 6e18266aa4dd78953557b8614cb9ff260bad7c65 ('Partially revert D61491 "AMDGPU: Be explicit about whether the high-word in SI_PC_ADD_REL_OFFSET is 0"')
Fixes ~100 piglit regressions since 6e18266

Differential Revision: https://reviews.llvm.org/D72991

(cherry picked from commit 1b8eab179db46f25a267bb73c657009c0bb542cc)


  Commit: fa51929f03f541de48e7eaf4a06a27166db3580c
      https://github.com/llvm/llvm-project/commit/fa51929f03f541de48e7eaf4a06a27166db3580c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/r600-constant-array-fixup.ll

  Log Message:
  -----------
  R600: Fix failing testcase

(cherry picked from commit 7dc49f77ee508b4152f9291c8e804e4eda3653d3)


Compare: https://github.com/llvm/llvm-project/compare/b905b85eedfc...fa51929f03f5


More information about the All-commits mailing list