[PATCH] D109053: [BitcodeReader] Delay select until all constants resolved
guopeilin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 05:20:23 PDT 2021
guopeilin added inline comments.
================
Comment at: llvm/lib/Bitcode/Reader/BitcodeReader.cpp:2358
+ Type *OpTy;
+ Type *SelectorTy;
+ uint64_t Op0Idx;
----------------
efriedma wrote:
> SelectorTy is always i1; no need to store it here.
fixed
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109053/new/
https://reviews.llvm.org/D109053
More information about the llvm-commits
mailing list