[PATCH] D34555: [NVPTX] Add lowering of i128 params.

Michael Kuperstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 16:25:50 PDT 2017


mkuper added a comment.

I've reverted this in r307334 because it breaks a lot of clang tests with:

error: 'error' diagnostics seen but not expected:

  (frontend): backend data layout 'e-i64:64-i128:128-v16:16-v32:32-n16:32:64' does not match expected target description 'e-i64:64-v16:16-v32:32-n16:32:64'


Repository:
  rL LLVM

https://reviews.llvm.org/D34555





More information about the llvm-commits mailing list