[all-commits] [llvm/llvm-project] 3207ed: [GlobalISel] Add IRTranslator support for @llvm.lr...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Thu Aug 19 17:16:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3207ed196c75e464ad2fea2b1b7be515a619d57c
https://github.com/llvm/llvm-project/commit/3207ed196c75e464ad2fea2b1b7be515a619d57c
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
Log Message:
-----------
[GlobalISel] Add IRTranslator support for @llvm.lround.* -> G_LROUND
Translate the `@llvm.lround.*` family to G_LROUND via
`IRTranslator::translateSimpleIntrinsic`.
Differential Revision: https://reviews.llvm.org/D108418
More information about the All-commits
mailing list