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 fb72d2c commit 30f7856Copy full SHA for 30f7856
llvm/include/llvm/CodeGen/TargetLowering.h
@@ -3223,7 +3223,7 @@ class LLVM_ABI TargetLoweringBase {
3223
/// or a vp.store.
3224
/// \p Mask is a per-segment (i.e. number of lanes equal to that of one
3225
/// component being interwoven) mask. Can be nullptr, in which case the
3226
- /// result is uncondiitional.
+ /// result is unconditional.
3227
/// \p SVI is the shufflevector to RE-interleave the stored vector.
3228
/// \p Factor is the interleave factor.
3229
virtual bool lowerInterleavedStore(Instruction *Store, Value *Mask,
0 commit comments