[all-commits] [llvm/llvm-project] f062d7: [mlir][LLVM] add argument and result attributes to...
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon Feb 3 08:40:14 PST 2025
Branch: refs/heads/users/jeanPerier/mlir-call-attrs-llvm
Home: https://github.com/llvm/llvm-project
Commit: f062d7811e81a4be97811d6addd53187cf11e96d
https://github.com/llvm/llvm-project/commit/f062d7811e81a4be97811d6addd53187cf11e96d
Author: Jean Perier <jperier at nvidia.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M mlir/include/mlir/Target/LLVMIR/ModuleImport.h
M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
M mlir/test/Dialect/LLVMIR/roundtrip.mlir
A mlir/test/Target/LLVMIR/Import/call-argument-attributes.ll
A mlir/test/Target/LLVMIR/call-argument-attributes.mlir
Log Message:
-----------
[mlir][LLVM] add argument and result attributes to llvm.call
Commit: b9a67a93fc4e7a292e4be66d3eb3a5393e9da412
https://github.com/llvm/llvm-project/commit/b9a67a93fc4e7a292e4be66d3eb3a5393e9da412
Author: Jean Perier <jperier at nvidia.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Target/LLVMIR/call-argument-attributes.mlir
Log Message:
-----------
remove argIdx arg + style nits
Compare: https://github.com/llvm/llvm-project/compare/076fbfe652f8...b9a67a93fc4e
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list