[PATCH] D19922: [AArch64] Fix DAG selection for cmps for fp16 type

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 19:39:39 PDT 2016


mgrang added a subscriber: mgrang.

================
Comment at: llvm/trunk/test/CodeGen/AArch64/half.ll:86
@@ +85,3 @@
+define i16 @test_fccmp(i1 %a) {
+;CHECK-LABEL: test_fccmp:
+;CHECK: fcmp
----------------
It would be good to follow the convention of having a space between ; and CHECK (see other instances in this file):


Repository:
  rL LLVM

http://reviews.llvm.org/D19922





More information about the llvm-commits mailing list