[PATCH] D30745: [ARM] Add vcmp MC test

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 01:40:13 PST 2017


SjoerdMeijer added inline comments.


================
Comment at: test/MC/ARM/simple-fp-encoding.s:52
+@ CHECK: vcmp.f32  s1, #0          @ encoding: [0x40,0x0a,0xf5,0xee]
+
         vcmpe.f64       d17, d16
----------------
rengolin wrote:
> What about the `vcvt` encodings?
The different vcvt tests are already present in //fullfp16//.s and in //simple-fp-encoding.s// (this file).


https://reviews.llvm.org/D30745





More information about the llvm-commits mailing list