commit | 6dcc6a1a697880bc433d373938e0a8fd9d1a0f4d | [log] [tgz] |
---|---|---|
author | Krzysztof Drewniak <Krzysztof.Drewniak@amd.com> | Wed Jul 23 07:56:05 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 23 07:57:48 2025 -0700 |
tree | 3b83e354edde0e470495e3fe1a6ee849f8c0f083 | |
parent | c63075b1db4473e0c40c12be2000b6050766dcd2 [diff] |
[mlir][ArithToAMDGPU][NFC] Add PatternBenefit (#150091) Since there may be caseses where these patterns are run alongside the generic patterns from ArithExpandOps, add a PatternBenefit argument to allow these architecture-specific patterns to be prioritized. GitOrigin-RevId: 5ebbc258d4f410c45f247eb53bc722798b4d4f45
See https://mlir.llvm.org/ for more information.