llvm-project/mlir/lib/Target/LLVMIR
Nikita Popov 6ac32872ee [Attributes] Replace doesAttrKindHaveArgument() (NFC)
This is now the same as isIntAttrKind(), so use that instead, as
it does not require manual maintenance. The naming is also more
accurate in that both int and type attributes have an argument,
but this method was only targeting int attributes.

I initially wanted to tighten the AttrBuilder assertion, but we
have some in-tree uses that would violate it.
2021-07-12 21:57:26 +02:00
..
Dialect [mlir][openacc][NFC] move index in processDataOperands 2021-06-09 10:28:30 -04:00
CMakeLists.txt [mlir] remove repeated use of TypeToLLVM.cpp in cmake targets 2021-06-24 18:34:49 +02:00
ConvertFromLLVMIR.cpp [MLIR][LLVM] Expose type translator from LLVM to MLIR Type 2021-06-24 12:06:34 -04:00
ConvertToLLVMIR.cpp [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
DebugTranslation.cpp [mlir][IR][NFC] Define the Location classes in ODS instead of C++ 2021-03-08 14:32:40 -08:00
DebugTranslation.h [mlir][NFC] Remove usernames and google bug numbers from TODO comments. 2020-07-07 01:40:52 -07:00
ModuleTranslation.cpp [Attributes] Replace doesAttrKindHaveArgument() (NFC) 2021-07-12 21:57:26 +02:00
TypeFromLLVM.cpp [MLIR][LLVM] Expose type translator from LLVM to MLIR Type 2021-06-24 12:06:34 -04:00
TypeToLLVM.cpp [MLIR][LLVM] Expose type translator from LLVM to MLIR Type 2021-06-24 12:06:34 -04:00