[all-commits] [llvm/llvm-project] 7f78e4: [AMDGPU][OpenMP] Emit textual IR for -emit-llvm -S
pdhaliwal-amd via All-commits
all-commits at lists.llvm.org
Mon May 10 00:54:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f78e409d0280c62209e1a7dc8c6d1409acc9184
https://github.com/llvm/llvm-project/commit/7f78e409d0280c62209e1a7dc8c6d1409acc9184
Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
Date: 2021-05-10 (Mon, 10 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
Differential Revision: https://reviews.llvm.org/D102065
More information about the All-commits
mailing list