[general] deleted the old compiler frontend

This commit is contained in:
Philippe Tillet
2019-08-23 17:28:02 -07:00
parent 8798d240dc
commit f98b0b8e2a
46 changed files with 59 additions and 2984 deletions

View File

@@ -20,7 +20,7 @@
#include "triton/codegen/transform/shmem/barriers.h"
#include "triton/codegen/transform/reassociate.h"
#include "triton/codegen/transform/vectorize.h"
#include "triton/lang/wgtcc/parser.h"
#include "triton/lang/parser.h"
namespace llvm {
class Module;