[all-commits] [llvm/llvm-project] fe81e8: Add default LoopOptionsAttrBuilder constructor and...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Mar 9 13:12:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe81e8f3b52e86ccd93d44601a65c6084c9dd5d6
https://github.com/llvm/llvm-project/commit/fe81e8f3b52e86ccd93d44601a65c6084c9dd5d6
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
Log Message:
-----------
Add default LoopOptionsAttrBuilder constructor and method to check if empty() (NFC)
Also move setters out-of-line to make sure the templated helper is
actually instantiated.
More information about the All-commits
mailing list