[all-commits] [llvm/llvm-project] c10896: [mlir] Generate CmpFPredicate as an EnumAttr in ta...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Mar 3 13:20:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c10896682d0bb457b9d77fdd753ed9e7e6806db1
https://github.com/llvm/llvm-project/commit/c10896682d0bb457b9d77fdd753ed9e7e6806db1
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-03-03 (Tue, 03 Mar 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.h
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/IR/invalid-ops.mlir
Log Message:
-----------
[mlir] Generate CmpFPredicate as an EnumAttr in tablegen
Summary: This allows for attaching the attribute to CmpF as a proper argument, and thus enables the removal of a bunch of c++ code.
Differential Revision: https://reviews.llvm.org/D75539
More information about the All-commits
mailing list