LLVM 23.0.0git
Uniformity.h File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Enumerations

enum class  llvm::ValueUniformity { llvm::Default , llvm::AlwaysUniform , llvm::NeverUniform , llvm::Custom }
 Enum describing how values behave with respect to uniformity and divergence, to answer the question: if the same instruction is executed by two threads in a convergent set of threads, will its result value be uniform, i.e. More...