[PATCH] D52768: [SelectionDAG] DAG combiner for fminnan and fmaxnan
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 22 14:46:28 PDT 2018
tlively added inline comments.
================
Comment at: test/CodeGen/WebAssembly/simd-arith.ll:827
; SIMD128-NEXT: f32x4.splat $push[[L1:[0-9]+]]=, $pop[[L0]]
-; SIMD128-NEXT: f32x4.min $push[[R:[0-9]+]]=, $pop[[L1]], $0{{$}}
+; SIMD128-NEXT: f32x4.min $push[[R:[0-9]+]]=, $0, $pop[[L1]]{{$}}
; SIMD128-NEXT: return $pop[[R]]{{$}}
----------------
These transpositions show the canonicalization working.
Repository:
rL LLVM
https://reviews.llvm.org/D52768
More information about the llvm-commits
mailing list