We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2015626 commit cdfcce4Copy full SHA for cdfcce4
llvm/include/llvm/Passes/MachinePassRegistry.def
@@ -201,6 +201,7 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
201
[](RAGreedyPass::Options Opts) { return RAGreedyPass(Opts); },
202
[PB = this](StringRef Params) {
203
// TODO: parseRegAllocGreedyFilterFunc(*PB, Params);
204
+ (void)PB;
205
return Expected<RAGreedyPass::Options>(RAGreedyPass::Options{});
206
}, "reg-filter"
207
)
0 commit comments