Anastasia added inline comments.

================
Comment at: test/CodeGenOpenCL/no-half.cl:27
+       foo[0] = __builtin_load_halff(bar);
+// CHECK: [[HALF_VAL:%.*]] = load
+// CHECK: [[FULL_VAL:%.*]] = fpext half [[HALF_VAL]] to float
----------------
jvesely wrote:
> Anastasia wrote:
> > Minor thing: any reason you are not checking the load fully?
> just my laziness, I've added full check.
Could we do the same for the above examples too?


Repository:
  rL LLVM

https://reviews.llvm.org/D37231



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to