[PATCH] D41463: [CodeGen] Add a new pass for PostRA sink
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 16 11:53:51 PDT 2018
junbuml added a comment.
> Can this be disabled via TargetPassConfig::disablePass? If so, please XFAIL the Hexagon test with a comment stating that it started failing after post-ra machine sinking,
Yes, it can be disabled via TargetPassConfig::disablePass. I will go ahead and XFAIL the hexagon test with a comment.
https://reviews.llvm.org/D41463
More information about the llvm-commits
mailing list