[PATCH] D83283: [Attributor] AAPotentialValues Interface
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 2 04:40:17 PDT 2020
thakis added a comment.
This causes:
llvm/lib/Transforms/IPO/AttributorAttributes.cpp:56:49: error: explicit specialization of 'MaxPotentialValues' after instantiation
unsigned llvm::PotentialConstantIntValuesState::MaxPotentialValues = 0;
^
../../llvm/lib/Transforms/IPO/AttributorAttributes.cpp:52:57: note: implicit instantiation first required here
cl::location(llvm::PotentialConstantIntValuesState::MaxPotentialValues),
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83283/new/
https://reviews.llvm.org/D83283
More information about the llvm-commits
mailing list