[all-commits] [llvm/llvm-project] 749ddd: [BitcodeReader] Delay select until all constants r...
Guo-Peilin via All-commits
all-commits at lists.llvm.org
Sat Sep 11 03:54:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 749ddd25e901c5214222be0e8e7be47424e5fdfe
https://github.com/llvm/llvm-project/commit/749ddd25e901c5214222be0e8e7be47424e5fdfe
Author: guopeilin <guopeilin1 at huawei.com>
Date: 2021-09-11 (Sat, 11 Sep 2021)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
A llvm/test/Bitcode/bitcode-parseconstant-delay-select.ll
Log Message:
-----------
[BitcodeReader] Delay select until all constants resolved
Like the shuffle, we should treat the select delayed so that
all constants can be resolved.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D109053
More information about the All-commits
mailing list