Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp | ||
---|---|---|
41 | nit: remove braces for single line if |
Paths
| Differential D127582
[mlir][spirv] Convert math.ctlz to spv.GLSL.FindUMsb ClosedPublic Authored by antiagainst on Jun 11 2022, 5:52 PM.
Details
Diff Detail
Event TimelineThomasRaoux added inline comments.
This revision is now accepted and ready to land.Jun 13 2022, 9:58 AM This revision was landed with ongoing or failed builds.Jun 13 2022, 10:03 AM Closed by commit rGcc020a2236af: [mlir][spirv] Convert math.ctlz to spv.GLSL.FindUMsb (authored by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436454 mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGLSLOps.td
mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
mlir/lib/Conversion/MathToSPIRV/MathToSPIRVPass.cpp
mlir/test/Conversion/MathToSPIRV/math-to-glsl-spirv.mlir
mlir/test/Dialect/SPIRV/IR/glsl-ops.mlir
mlir/test/Target/SPIRV/glsl-ops.mlir
|
nit: remove braces for single line if