[all-commits] [llvm/llvm-project] 10c779: [AMDGPU][OpenMP] Emit textual IR for -emit-llvm -S

pdhaliwal-amd via All-commits all-commits at lists.llvm.org
Wed May 12 18:34:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10c779d2065f7e216660f1687244269afcee13b1
      https://github.com/llvm/llvm-project/commit/10c779d2065f7e216660f1687244269afcee13b1
  Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/amdgpu-openmp-toolchain.c

  Log Message:
  -----------
  [AMDGPU][OpenMP] Emit textual IR for -emit-llvm -S

Previously clang would print a binary blob into the bundled file
for amdgcn. With this patch, it will instead print textual IR as
expected.

Reviewed By: JonChesterfield, ronlieb

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

Change-Id: I10c0127ab7357787769fdf9a2edd4b3071e790a1




More information about the All-commits mailing list