Xilinx / llvm-aie

Fork of LLVM to support AMD AIEngine processors
Other
107 stars 12 forks source link

[AIEX] NFC: Simplifiy AIEPostRASchedStrategy::initialize() #202

Closed gbossu closed 1 month ago

gbossu commented 1 month ago

This used to setup the Bot zone, but now upstream LLVM does it as well. So remove the redundant code.

Also get rid of outdated comment. Everything is scheduled bottom-up by default now.