[all-commits] [llvm/llvm-project] bdd009: [GlobalISel] Add G_IS_FPCLASS
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Thu May 26 23:52:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdd0093f4d57790893d679ad590cd40c1dc3978c
https://github.com/llvm/llvm-project/commit/bdd0093f4d57790893d679ad590cd40c1dc3978c
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M llvm/docs/GlobalISel/GenericOpcode.rst
M llvm/include/llvm/ADT/APFloat.h
M llvm/include/llvm/Support/TargetOpcodes.def
M llvm/include/llvm/Target/GenericOpcodes.td
M llvm/lib/CodeGen/MachineVerifier.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
A llvm/test/MachineVerifier/test_g_is_fpclass.mir
Log Message:
-----------
[GlobalISel] Add G_IS_FPCLASS
Add a generic opcode to represent `llvm.is_fpclass` intrinsic.
Differential Revision: https://reviews.llvm.org/D121454
More information about the All-commits
mailing list