[PATCH] D121454: [GlobalISel] Add G_IS_FPCLASS
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 02:59:15 PST 2022
sepavloff created this revision.
sepavloff added reviewers: paquette, arsenm, aemerson, foad.
Herald added subscribers: dexonsmith, hiraditya, rovka.
Herald added a project: All.
sepavloff requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
Add a generic opcode to represent `llvm.is_fpclass` intrinsic.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121454
Files:
llvm/docs/GlobalISel/GenericOpcode.rst
llvm/include/llvm/ADT/APFloat.h
llvm/include/llvm/Support/TargetOpcodes.def
llvm/include/llvm/Target/GenericOpcodes.td
llvm/lib/CodeGen/MachineVerifier.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
llvm/test/MachineVerifier/test_g_is_fpclass.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121454.414626.patch
Type: text/x-patch
Size: 6633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220311/22391187/attachment.bin>
More information about the llvm-commits
mailing list