[llvm] [LV] Create block in mask up-front if needed. (PR #76635)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 07:10:19 PST 2024
================
@@ -120,6 +120,7 @@ bool VPRecipeBase::mayHaveSideEffects() const {
return false;
case VPInstructionSC:
switch (cast<VPInstruction>(this)->getOpcode()) {
+ case Instruction::Or:
----------------
fhahn wrote:
Yep it is technically independent but effectively dead code without this change, hence the direct inclusion here.
https://github.com/llvm/llvm-project/pull/76635
More information about the llvm-commits
mailing list