load+sext/zext/fpext and (fp)trunc+store isel legalization and tests
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: pass. 62358 tests passed, 0 failed and 842 were skipped.
clang-tidy: fail. clang-tidy found 1 errors and 0 warnings. 0 of them are added as review comments below (why?).
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
llvm/test/CodeGen/VE/fp_extload_truncstore.ll | ||
---|---|---|
23 | Might as well check the combination with half too |
llvm/test/CodeGen/VE/fp_extload_truncstore.ll | ||
---|---|---|
23 | Half conversion will require external function calls first since half conversion will be expanded for the VE. |
Might as well check the combination with half too