r298799 broke almost all ARM bots

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 26 14:37:23 PDT 2017


On Sun, Mar 26, 2017 at 10:06:23PM +0100, Renato Golin wrote:
> This is an XPASS, and looks related to your commit, so maybe all we
> need to do is to mark it as a pass?

So it looks like the test case is naturally effected by not doing the
switch->lookup translations, yes. As such, changes in behavior would
make sense if it depended on the transformation before. I can't comment
right now on what would be the best fix, just dropping the XFAIL or
explicitly asking for the late simplifycfg pass to be performed.

Joerg


More information about the llvm-commits mailing list