[all-commits] [llvm/llvm-project] ae29d5: [mlir] Provide a home for mlir::LLVM::GEPOp::kDyna...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Jan 7 03:06:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae29d5a48420eace6d2c43cb2345eb04a7cc646c
https://github.com/llvm/llvm-project/commit/ae29d5a48420eace6d2c43cb2345eb04a7cc646c
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
Log Message:
-----------
[mlir] Provide a home for mlir::LLVM::GEPOp::kDynamicIndex
C++14 requires this and will trigger linker errors when optimizations
are disabled.
More information about the All-commits
mailing list