Remove the LowerEDSCTestPass.
authorRiver Riddle <riverriddle@google.com>
Fri, 29 Mar 2019 00:36:06 +0000 (17:36 -0700)
committerjpienaar <jpienaar@google.com>
Sat, 30 Mar 2019 00:53:05 +0000 (17:53 -0700)
commit76181a7b38d6b392b937f5f4ffb43eaa07451adb
tree99ff1f656892419a5b8b9439ba3bd9d313d45786
parent909a63d8bfe66f8ff235b9ca1f089e5243c7d504
Remove the LowerEDSCTestPass.

Most of the tests have been ported to be unit-tests and this pass is problematic in the way it depends on TableGen-generated files. This pass is also non-deterministic during multi-threading and a blocker to turning it on by default.

PiperOrigin-RevId: 240889154
mlir/lib/EDSC/LowerEDSCTestPass.cpp [deleted file]
mlir/test/EDSC/lower-edsc.mlir [deleted file]