[PATCH] D49289: [mips64][clang] Provide the signext attribute for i32 return values

2018-07-30 Thread Stefan Maksimovic via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC338239: [mips64][clang] Provide the signext attribute for i32 return values (authored by smaksimovic, committed by ). Repository: rC Clang https://reviews.llvm.org/D49289 Files:

[PATCH] D49289: [mips64][clang] Provide the signext attribute for i32 return values

2018-07-29 Thread Simon Atanasyan via Phabricator via cfe-commits
atanasyan accepted this revision. atanasyan added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D49289 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D49289: [mips64][clang] Provide the signext attribute for i32 return values

2018-07-13 Thread Stefan Maksimovic via Phabricator via cfe-commits
smaksimovic created this revision. smaksimovic added a reviewer: atanasyan. Herald added subscribers: arichardson, sdardis. Patch for the backend part of the problem here: https://reviews.llvm.org/D48374 https://reviews.llvm.org/D49289 Files: lib/CodeGen/TargetInfo.cpp Index: