Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
YunQiang Su 780054d3ff CodeGen: Add ISD::AssertNoFPClass (#138839)
It is used to mark a value that we are sure that it is not some fcType.
The examples include:

  * An arguments of a function is marked with nofpclass
  * Output value of an intrinsic can be sure to not be some type

So that the following operation can make some assumptions.
2025-05-15 16:05:15 +08:00

509 KiB