This makes the code easier to search and read.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp | ||
---|---|---|
150 | OOC why not use the standalone function form (https://github.com/llvm/llvm-project/commit/6874726610cc2f9eea7fa828c8585bf84969f9c3) here given no benefits specified? |
mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp | ||
---|---|---|
150 | Cool, TIL! |
mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp | ||
---|---|---|
150 | Ha, interesting! Didn't notice that! However it does not support conversion patterns though? |
mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp | ||
---|---|---|
150 | I'll land this for now. We can further clean/tidy things later. |
OOC why not use the standalone function form (https://github.com/llvm/llvm-project/commit/6874726610cc2f9eea7fa828c8585bf84969f9c3) here given no benefits specified?