Support for i<N> and fp32/64 arguments (in register), return values
and constants along with tests.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Unit tests: pass. 62056 tests passed, 0 failed and 783 were skipped.
clang-tidy: unknown.
clang-format: pass.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
llvm/lib/Target/VE/VEISelLowering.cpp | ||
---|---|---|
94 | I think this bit is the most interesting part to test here, but I don't see a test for this | |
llvm/lib/Target/VE/VEInstrInfo.td | ||
424–427 | If you're just going to implement these with the shifts, you're probably better off making these expand instead for the combining value |
Unit tests: unknown.
clang-tidy: unknown.
clang-format: pass.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt
Unit tests: unknown.
clang-tidy: unknown.
clang-format: pass.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt
I think this bit is the most interesting part to test here, but I don't see a test for this