[llvm] [DAG] Add SpecificFP matcher (PR #167438)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 14:52:58 PST 2025


================

----------------
mshockwave wrote:

yeah we can provide a `double` version of `m_SpecificFP` (which you did) but for the matcher class I prefer using APFloat as well. `SpecificInt_match` also uses APInt.

https://github.com/llvm/llvm-project/pull/167438


More information about the llvm-commits mailing list