[all-commits] [llvm/llvm-project] 432bb5: Fix parsing out-of-order ValueInfos (#73239)
eleviant via All-commits
all-commits at lists.llvm.org
Tue Dec 5 02:00:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 432bb523e2939ca6049356efb4fa90b64b1ea7dc
https://github.com/llvm/llvm-project/commit/432bb523e2939ca6049356efb4fa90b64b1ea7dc
Author: eleviant <56861949+eleviant at users.noreply.github.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
A llvm/test/Assembler/index-value-order.ll
Log Message:
-----------
Fix parsing out-of-order ValueInfos (#73239)
AsmParser creates dummy values when value identifiers are not going in ascending order and tries to use those dummy values when/if they are being referenced. We need to postpone this until all required data is read.
More information about the All-commits
mailing list