-
- Downloads
(1) Modified the launch and wait intrinsics to a different format. No need to pass
the graphID as reference. It is returned by the launch functions. Makes it easier to write code (2) BuildDFG support for data transfer to PTX nodes (3) ClearDFG bugs fixed (4) visc-rt modified (5) Test case 3level.ll modified to match the new launch and wait intrinsic format M llvm/test/VISC/unitTests/3level.ll M llvm/include/llvm/IR/DFGraph.h M llvm/include/llvm/IR/IntrinsicsVISC.td M llvm/projects/visc-rt/visc-rt.cpp M llvm/lib/Transforms/BuildDFG/BuildDFG.cpp M llvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp M llvm/lib/Transforms/ClearDFG/ClearDFG.cpp
Showing
- llvm/include/llvm/IR/DFGraph.h 26 additions, 1 deletionllvm/include/llvm/IR/DFGraph.h
- llvm/include/llvm/IR/IntrinsicsVISC.td 4 additions, 4 deletionsllvm/include/llvm/IR/IntrinsicsVISC.td
- llvm/lib/Transforms/BuildDFG/BuildDFG.cpp 1 addition, 1 deletionllvm/lib/Transforms/BuildDFG/BuildDFG.cpp
- llvm/lib/Transforms/ClearDFG/ClearDFG.cpp 2 additions, 2 deletionsllvm/lib/Transforms/ClearDFG/ClearDFG.cpp
- llvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp 301 additions, 175 deletionsllvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp
- llvm/projects/visc-rt/visc-rt.cpp 157 additions, 116 deletionsllvm/projects/visc-rt/visc-rt.cpp
- llvm/test/VISC/unitTests/3level.ll 4 additions, 6 deletionsllvm/test/VISC/unitTests/3level.ll
Loading
Please register or sign in to comment