[all-commits] [llvm/llvm-project] 340d74: Turn an assert in mlir-tblgen into a runtime check...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Oct 17 15:54:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 340d746abae18f6a69bdf4a3bbe4a46990bb755d
https://github.com/llvm/llvm-project/commit/340d746abae18f6a69bdf4a3bbe4a46990bb755d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M mlir/lib/TableGen/Constraint.cpp
Log Message:
-----------
Turn an assert in mlir-tblgen into a runtime check to be more user friendly (NFC)
Some user hit this condition, where a crash isn't very friendly.
More information about the All-commits
mailing list