<div dir="ltr">Hello,<div><br></div><div>I'm curious, is it safe to change an alignment i128 type for NVPTX target? I made a <a href="https://reviews.llvm.org/D34555">patch to the LLVM backend</a> and added `-i128:128` into data layout.</div><div><br></div><div>But after it became that LLVM and Clang layouts are different and error is thrown at Clang side:</div><div>> 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'</div><div><br></div><div>Could you please help with advice, can I just make another patch for Clang to modify the layout? Won't it break any backward compatibility?</div><div><br></div><div>Thanks a lot,</div><div>Denys Zariaiev</div></div>