================
@@ -225,6 +228,103 @@ void RegBankLegalizeHelper::lower(MachineInstr &MI,
MI.eraseFromParent();
break;
}
+ case Div_BFE: {
----------------
petar-avramovic wrote:
interesting, will look into that
https://github.com/llvm/llvm-project/pull/132381