Any software interrupts will be serviced whether IF = 1 or 0. A software interrupt is one called by the instruction INT xx.
The combination CLI HLT (first disables interrupts and the second halts execution as long as an interrupt occurs) can be hazardous, as it hangs the computer.
See also, STI, x86