[all-commits] [llvm/llvm-project] 1b0312: [PDL] fix unused variable warning in Release builds
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Nov 26 05:12:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b0312d2809701dd766dd3705b460362653bffcf
https://github.com/llvm/llvm-project/commit/1b0312d2809701dd766dd3705b460362653bffcf
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths:
M mlir/lib/Conversion/PDLToPDLInterp/PredicateTree.cpp
Log Message:
-----------
[PDL] fix unused variable warning in Release builds
Commit: 8521850f20dbd9f2926999da84d8a10b52bb2574
https://github.com/llvm/llvm-project/commit/8521850f20dbd9f2926999da84d8a10b52bb2574
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths:
M mlir/lib/Conversion/PDLToPDLInterp/Predicate.cpp
Log Message:
-----------
Provide a definition for OperationPosition::kDown
This isn't necessary in C++17, but C++14 still requires it.
Compare: https://github.com/llvm/llvm-project/compare/0e099a64be70...8521850f20db
More information about the All-commits
mailing list