XXX: Disable dynamic join in some cases

This commit is contained in:
Alex Eyers-Taylor
2024-05-01 19:10:34 +01:00
parent 6bb98b02a8
commit d0af94aa25
3 changed files with 3 additions and 0 deletions

View File

@@ -403,6 +403,7 @@ private module Cached {
}
cached
pragma[no_dynamic_join_order]
Instruction getChiInstructionTotalOperand(ChiInstruction chiInstr) {
exists(
Alias::VirtualVariable vvar, OldInstruction oldInstr, OldBlock defBlock, int defRank,

View File

@@ -403,6 +403,7 @@ private module Cached {
}
cached
pragma[no_dynamic_join_order]
Instruction getChiInstructionTotalOperand(ChiInstruction chiInstr) {
exists(
Alias::VirtualVariable vvar, OldInstruction oldInstr, OldBlock defBlock, int defRank,