From: Heejin Ahn Date: Wed, 10 Oct 2018 01:04:02 +0000 (+0000) Subject: [WebAssembly] Improve comments for SIMD instruction definitions X-Git-Tag: llvmorg-8.0.0-rc1~6920 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d900954bd33eee0749fbcee440f5ef65d8255a0;p=platform%2Fupstream%2Fllvm.git [WebAssembly] Improve comments for SIMD instruction definitions llvm-svn: 344106 --- diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td index 65658c7..672f391 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td +++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td @@ -794,13 +794,13 @@ multiclass SIMDConvert; } -// Integer to floating point +// Integer to floating point: convert_s / convert_u defm "" : SIMDConvert; defm "" : SIMDConvert; defm "" : SIMDConvert; defm "" : SIMDConvert; -// Floating point to integer with saturation +// Floating point to integer with saturation: trunc_sat_s / trunc_sat_u defm "" : SIMDConvert; defm "" : SIMDConvert; defm "" : SIMDConvert;