[all-commits] [llvm/llvm-project] e38018: [MIR] Fix a bug in MIR printer.
darkbuck via All-commits
all-commits at lists.llvm.org
Wed May 6 07:34:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e38018b80d8e60206268740c688236734dea7b86
https://github.com/llvm/llvm-project/commit/e38018b80d8e60206268740c688236734dea7b86
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M llvm/lib/CodeGen/MIRPrinter.cpp
Log Message:
-----------
[MIR] Fix a bug in MIR printer.
- Need to skip the assignment of `ID`, which is used to index that two
object arrays.
More information about the All-commits
mailing list