[PATCH] D96769: [OpenMP][AMDGPU] Skip backend and assemble phases for amdgcn
Pushpinder Singh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 07:04:24 PST 2021
pdhaliwal added a comment.
So, neither emit-llvm-bc or emit-llvm work well with save-temps. Therefore, I feel the current approach is still valid. This does not impact nvptx or any other target in any way. And I don't see how.
I see valid concern regarding assembly output. This patch will surely halt the device assembly output. I am working on that which require adding an extra llc step in AMDGPUOpenMPToolChain.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96769/new/
https://reviews.llvm.org/D96769
More information about the cfe-commits
mailing list