[llvm] [InstCombine] Add folds for `(fp_binop ({s|u}itofp x), ({s|u}itofp y))` (PR #82555)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 01:02:28 PST 2024


================
@@ -90,8 +90,8 @@ define float @test_3(i32 %a, i32 %b) {
 ; CHECK-LABEL: @test_3(
----------------
dtcxzyw wrote:

```suggestion
; can be represented in float.
define float @test_3(i32 %a, i32 %b) {
; CHECK-LABEL: @test_3(
```

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


More information about the llvm-commits mailing list