[all-commits] [llvm/llvm-project] de44af: [TableGen] Fix codgen of InstrMapping with multipl...
Jyun-Yan You via All-commits
all-commits at lists.llvm.org
Mon Oct 25 21:04:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de44af4c1db3c333d64ef7beeabd6b38193c024e
https://github.com/llvm/llvm-project/commit/de44af4c1db3c333d64ef7beeabd6b38193c024e
Author: Jyun-Yan You <jyyou.tw at gmail.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenMapTable.cpp
Log Message:
-----------
[TableGen] Fix codgen of InstrMapping with multiple columns and values
This patch fixes invalid syntax of generated code for InstrMapping
that has multiple columns and values.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D111962
More information about the All-commits
mailing list