Ensure non-terminators don't follow terminators.
This patch fixes the sdiv-udiv-srem-urem.ll test failure with
expensive check.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Ensure non-terminators don't follow terminators.
Ensure the non-terminator BREAK doesn't follow the terminator BNEZ.
Thanks.
llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp | ||
---|---|---|
740–741 |
| |
740–741 |
Thanks, I think it's better to keep the status quo. | |
779 |
Thanks, I'll re-order the basic block settings. |
Keep the reference for the non-null semantics.