-
- Downloads
(1) Modified test case to use i64 for pointer data size and not i32. Using i32
is incompatible with visc-rt (2) Set GenFunc pointer to NULL. Completely removed FMap from both backend passes. Now generated func info is contained in DFNode itself. (3) Added Makefile to visc-rt for easy compilation to generate visc-rt.ll
Showing
- llvm/include/llvm/IR/DFGraph.h 1 addition, 1 deletionllvm/include/llvm/IR/DFGraph.h
- llvm/lib/Transforms/DFG2LLVM_NVPTX/DFG2LLVM_NVPTX.cpp 12 additions, 13 deletionsllvm/lib/Transforms/DFG2LLVM_NVPTX/DFG2LLVM_NVPTX.cpp
- llvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp 24 additions, 34 deletionsllvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp
- llvm/projects/visc-rt/Makefile 11 additions, 0 deletionsllvm/projects/visc-rt/Makefile
- llvm/projects/visc-rt/visc-rt.cpp 2 additions, 2 deletionsllvm/projects/visc-rt/visc-rt.cpp
- llvm/test/VISC/MatrixMultiplication/visc_gemm.ll 15 additions, 16 deletionsllvm/test/VISC/MatrixMultiplication/visc_gemm.ll
Loading
Please register or sign in to comment