Files
llvm-project/mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp
Adam Siemieniuk 20fe74ebe1 [mlir][x86] Hardware extension namespaces (#184392)
Adds hardware extension C++ namespaces to X86 dialect op definitions to
match their IR mnemonic extensions.

All X86 dialect ops are updated to follow the scheme first introduced
with AMX ops i.e., 'x86::{ext}::{op_name}'.
Nested namespaces improve source code readability by explicitly
indicating which hardware extension each operation requires, and it
aligns naming scheme between code and IR.
2026-03-23 15:02:34 +01:00

78 KiB