llvm-project/llvm/docs/GlobalISel
Serge Pavlov ec893da990 [GlobalISel] Remove semantic operand of G_IS_FPCLASS
Instruction G_IS_FPCLASS had an operand that represented floating-point
semantics of its first operand. It allowed types that have the same length,
like `bfloat16` and `half`, to be distinguished. Unfortunately, it is
not sufficient, as other operation still cannot distinguish such types.
Solution of this problem must be more general, so now this operand is removed.

Differential Revision: https://reviews.llvm.org/D138004
2022-11-15 15:48:05 +07:00
..
GMIR.rst
GenericOpcode.rst [GlobalISel] Remove semantic operand of G_IS_FPCLASS 2022-11-15 15:48:05 +07:00
IRTranslator.rst
InstructionSelect.rst
KnownBits.rst
Legalizer.rst [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
Pipeline.rst
Porting.rst
RegBankSelect.rst
Resources.rst
block-extract.png
index.rst
pipeline-overview-customized.png
pipeline-overview-with-combiners.png
pipeline-overview.png
testing-pass-level.png
testing-unit-level.png