[all-commits] [llvm/llvm-project] bc43dd: [AArch64][GlobalISel] NFC: Refactor G_FCMP selecti...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Wed Sep 30 16:51:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc43ddf42fff5a43f23354e25a32aca19541fec5
https://github.com/llvm/llvm-project/commit/bc43ddf42fff5a43f23354e25a32aca19541fec5
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/select-fcmp.mir
Log Message:
-----------
[AArch64][GlobalISel] NFC: Refactor G_FCMP selection code
Refactor this so it's similar to the existing integer comparison code.
Also add some missing 64-bit testcases to select-fcmp.mir.
Refactoring to prep for improving selection for G_FCMP-related conditional
branches etc.
Differential Revision: https://reviews.llvm.org/D88614
More information about the All-commits
mailing list