Fix LowerCall to rebundle v2i32 values after lowering and add testcase
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
All reviews must have either cfe-commits or llvm-commits set as a subscriber so it gets sent to the mailing list.
lib/Target/Sparc/SparcISelLowering.cpp | ||
---|---|---|
1002 | Please run the diff through clang-format. E.g. | |
test/CodeGen/SPARC/vector-call.ll | ||
2 | Add a comment as to why this test is here, what it's intended to be testing. |
test/CodeGen/SPARC/vector-call.ll | ||
---|---|---|
15 | I'd move the CHECKs immediately above the function it's checking rather than below; that's the more common way. Also, space after ";". |
Please run the diff through clang-format. E.g.
git config --global clangformat.style file
git clang-format HEAD~1