[PATCH] D88614: [AArch64][GlobalISel] NFC: Refactor G_FCMP selection code
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 14:05:11 PDT 2020
paquette created this revision.
paquette added a reviewer: aemerson.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
Herald added a project: LLVM.
paquette requested review of this revision.
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.
https://reviews.llvm.org/D88614
Files:
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
llvm/test/CodeGen/AArch64/GlobalISel/select-fcmp.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88614.295407.patch
Type: text/x-patch
Size: 11018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200930/0a47d923/attachment.bin>
More information about the llvm-commits
mailing list