llvm-project/mlir/lib/Reducer
Simon Pilgrim e244a6fec7 [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
As described on D111049, we're trying to remove the <string> dependency from error handling and replace uses of report_fatal_error(const std::string&) with the Twine() variant which can be forward declared.
2021-10-06 12:57:20 +01:00
..
CMakeLists.txt [mlir-reduce] Create MlirReduceLib 2021-06-03 15:58:26 +08:00
OptReductionPass.cpp [mlir-reduce] Improve diagnostic message and clean build dependency 2021-07-05 10:15:35 +08:00
ReductionNode.cpp [mlir-reduce] Fix the memory leak and recycle unused modules. 2021-07-08 20:03:47 +08:00
ReductionTreePass.cpp [mlir-reduce] Improve diagnostic message and clean build dependency 2021-07-05 10:15:35 +08:00
Tester.cpp [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:57:20 +01:00