[all-commits] [llvm/llvm-project] 69112d: [mlir][arith] Use declarative asm format for fastm...
rk via All-commits
all-commits at lists.llvm.org
Wed Nov 2 09:51:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69112d0d2dc1445a00f2b6a623c89e9f0d20a915
https://github.com/llvm/llvm-project/commit/69112d0d2dc1445a00f2b6a623c89e9f0d20a915
Author: rkayaith <rkayaith at gmail.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
Log Message:
-----------
[mlir][arith] Use declarative asm format for fastmath flags
Switch to using an optional group in the assembly format instead of a
custom directive. There's no change to the actual printed format.
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D137087
More information about the All-commits
mailing list