We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2452edc commit 62862faCopy full SHA for 62862fa
llvm/include/llvm/ADT/GenericUniformityImpl.h
@@ -428,7 +428,7 @@ template <typename ContextT> class GenericUniformityAnalysisImpl {
428
429
// Map containing tracked instruction that can be proven uniform based on its
430
// operand Uniformity.
431
- llvm::DenseMap<const InstructionT *, InstructionUniformity>
+ DenseMap<const InstructionT *, InstructionUniformity>
432
UniformInstruction;
433
434
/// \brief Mark \p Term as divergent and push all Instructions that become
0 commit comments