The codegen for this builtin was initially implemented to match GCC. However, due to interest from users GCC changed behaviour to account for the big endian bias of the instruction and correct it. This patch brings the handling inline with GCC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
10833–10834 | Please fix the comment. |
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
10833–10834 | Ah yes. Good catch. Thanks Eli. I'll fix up the comment on the commit. |
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
10834–10838 | There is an extra ;on each line. |
Please fix the comment.