[all-commits] [llvm/llvm-project] 226cda: [AMDGPU] Moving SI_RETURN_TO_EPILOG handling out o...
cdevadas via All-commits
all-commits at lists.llvm.org
Mon Jun 29 08:12:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 226cda58d50555f626737c3cb9dffef0cf3d906c
https://github.com/llvm/llvm-project/commit/226cda58d50555f626737c3cb9dffef0cf3d906c
Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
M llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
A llvm/test/CodeGen/AMDGPU/transform-block-with-return-to-epilog.ll
Log Message:
-----------
[AMDGPU] Moving SI_RETURN_TO_EPILOG handling out of SIInsertSkips.
For now, moving it to SIPreEmitPeephole.
Should find a right place to have this code.
Reviewed By: nhaehnle
Differential revision: https://reviews.llvm.org/D77544
More information about the All-commits
mailing list