When running the provided test file with opt binaries built with gcc 5.3 respectively clang 3.9, the order of the extractvalue and gep instructions differs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/lib/Transforms/Scalar/SROA.cpp | ||
---|---|---|
3113–3117 | The formatting of this code is pretty egregiously outside of the standards for LLVM code (and this file). Please run clang-format over patches? |
llvm/trunk/lib/Transforms/Scalar/SROA.cpp | ||
---|---|---|
3113–3117 | Yes, sorry about that! Mea culpa. It is fixed in r273149. |
The formatting of this code is pretty egregiously outside of the standards for LLVM code (and this file). Please run clang-format over patches?