[all-commits] [llvm/llvm-project] bfea83: [mlir][llvm] Reintroduce string based attribute se...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Feb 13 23:12:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfea837676038ef3e312563b15811b524cbfb6aa
https://github.com/llvm/llvm-project/commit/bfea837676038ef3e312563b15811b524cbfb6aa
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
Log Message:
-----------
[mlir][llvm] Reintroduce string based attribute setting.
Reintroduce string based attribute setting in the
translation from LLVM dialect to LLVM IR. The TypeSwitch
based implementation introduced in
https://reviews.llvm.org/D143654 does not work for
intrinsics that set the requiresAccessGroup or
requiresAliasScope flag.
Reviewed By: hgreving
Differential Revision: https://reviews.llvm.org/D143936
More information about the All-commits
mailing list