[all-commits] [llvm/llvm-project] 67cc5c: [mlir][llvm] Expose getters for alias and align at...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Wed Nov 11 00:41:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 67cc5cec774d9881926fd0bbb9e2f68596e55300
https://github.com/llvm/llvm-project/commit/67cc5cec774d9881926fd0bbb9e2f68596e55300
Author: Stephan Herhut <herhut at google.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
Log Message:
-----------
[mlir][llvm] Expose getters for alias and align attribute names
This adds getters for `llvm.align` and `llvm.noalias` strings that are used
as attribute names in the llvm dialect.
Differential Revision: https://reviews.llvm.org/D91166
More information about the All-commits
mailing list