[all-commits] [llvm/llvm-project] 6760e2: [GlobalISel] Translate @llvm.llround.* -> G_LLROUND
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Mon Aug 23 09:43:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6760e2a7bcb27a63b6a27174715f3eb08ed0f4d8
https://github.com/llvm/llvm-project/commit/6760e2a7bcb27a63b6a27174715f3eb08ed0f4d8
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
Log Message:
-----------
[GlobalISel] Translate @llvm.llround.* -> G_LLROUND
Translate it using `IRTranslator::translateSimpleIntrinsic`.
Differential Revision: https://reviews.llvm.org/D108563
More information about the All-commits
mailing list