[all-commits] [llvm/llvm-project] 470c74: [AArch64][GlobalISel] Add regbankselect support fo...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Fri Aug 20 14:33:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 470c74f181735d6361b576ec98b1f4c618814901
https://github.com/llvm/llvm-project/commit/470c74f181735d6361b576ec98b1f4c618814901
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/regbank-lround.mir
Log Message:
-----------
[AArch64][GlobalISel] Add regbankselect support for G_LROUND
Destination is always a GPR, since the result is always an integer.
Source is always a FPR, since the source is always floating point.
Differential Revision: https://reviews.llvm.org/D108419
More information about the All-commits
mailing list