Issue 134965
Summary clang generate i128 for opencl source but same cpp source generate i64 type
Labels clang
Assignees
Reporter haonanya1
    With the following source, opencl generate i128 but cpp generate i64

void ref_matmul() {

  long n = 1;
  const __auto_type bin_arg_glob_off =
 -9223372036854775808L + n % -9223372036854775808L;
}

is it expected?


_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to