Enable default outlining when the function has the minsize attribute.
addr-label.ll crashed after enabling this, so a barrier is added before
instruction selection as a workaround.
Differential D122213
[RISCV] Enable MachineOutliner by default under -Oz for RISCV pcwang-thead on Mar 22 2022, 1:19 AM. Authored by
Details Enable default outlining when the function has the minsize attribute. addr-label.ll crashed after enabling this, so a barrier is added before
Diff Detail
Event TimelineComment Actions It's probably a good idea to separate the fixes from the change to the default enable. |