Skip to content

Fix 'Branch' not being a terminator with 'is_terminator'

rarbore2 requested to merge fix_sched into main
  • 'Branch' schedule IR inst was incorrectly called not a terminator. This was causing branch instructions to float up in emitted LLVM, which isn't allowed.

Merge request reports

Loading