[all-commits] [llvm/llvm-project] 3011aa: [AArch64][GlobalISel] Fix regbankselect for G_FCMP...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Wed Apr 21 18:20:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3011aa1aea9f45254bc99a8bd0dcb8da235ac4ee
https://github.com/llvm/llvm-project/commit/3011aa1aea9f45254bc99a8bd0dcb8da235ac4ee
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/regbank-fcmp.mir
Log Message:
-----------
[AArch64][GlobalISel] Fix regbankselect for G_FCMP with vector destinations
These should always go to a FPR, since they always use the vector registers.
Differential Revision: https://reviews.llvm.org/D100885
More information about the All-commits
mailing list