[llvm] optimize `is_finite` assembly (PR #169402)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 27 00:39:31 PST 2025


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

----------------
RKSimon wrote:

Use the getShiftAmountConstant helper
```suggestion
    SDValue One = DAG.getShiftAmountConstant(1, IntVT, DL);
```

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


More information about the llvm-commits mailing list