[all-commits] [llvm/llvm-project] a2c8e1: [AArch64][GlobalISel] Add regbankselect support fo...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Mon Aug 23 10:35:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2c8e176580867bec9897761079343451d0f6287
https://github.com/llvm/llvm-project/commit/a2c8e176580867bec9897761079343451d0f6287
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/regbank-llround.mir
Log Message:
-----------
[AArch64][GlobalISel] Add regbankselect support for G_LLROUND
Same as G_LROUND: destination should always be a GPR, source should always be
a FPR.
Differential Revision: https://reviews.llvm.org/D108566
More information about the All-commits
mailing list