aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
diff options
context:
space:
mode:
authorPaul Scoropan <1paulscoropan@gmail.com>2023-06-08 17:36:50 +0000
committerPaul Scoropan <1paulscoropan@gmail.com>2023-06-16 17:26:41 +0000
commitce782ebdc791a3863380468d1a3fd9c682bf9594 (patch)
treef944c28c55a6f12f3b8affae76847deb87421f1d /llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
parent03e8637a9162204d24439f503950bf8c53ce18eb (diff)
downloadllvm-ce782ebdc791a3863380468d1a3fd9c682bf9594.zip
llvm-ce782ebdc791a3863380468d1a3fd9c682bf9594.tar.gz
llvm-ce782ebdc791a3863380468d1a3fd9c682bf9594.tar.bz2
[Flang] Split PowerPC-specific code out of IntrinsicCall into PPCIntrinsicCall
This patch moves PPC intrinsic generator code to PPCIntrinsicCall.cpp. In order to move PowerPC intrinsic code out of IntrinsicCall.cpp, we need to also move some declarations to IntrinsicCall.h. handlers[] and mathOperations[] were also chosen to be moved to the IntrinsicCall header. Similarly, ppcHandlers[] and ppcMathOperations[] were moved to the PPCIntrinsicCall header. There are future patches coming up that will introduce many new PPC intrinsics, these will now be defined in PPCIntrinsicCall. Reviewed By: jeanPerier Differential Revision: https://reviews.llvm.org/D152460
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopRotationUtils.cpp')
0 files changed, 0 insertions, 0 deletions