Per feedback in D64115, simplify the test.
hidden is left in though, because every test in the file has it.
Differential D64117
[WebAssembly][NFC] simplify SjLj inline assembly test quantum on Jul 2 2019, 6:22 PM. Authored by
Details Per feedback in D64115, simplify the test. hidden is left in though, because every test in the file has it.
Diff Detail
Event TimelineComment Actions Hmm right, every other function has hidden... while you're on a roll, can you remove all hiddens here? :) Thanks!
Comment Actions Friendly ping. Next time, if you don't want to make some changes I suggested, could you please not just ignore it but rather let me know why you don't want that? This is really nothing, so I'm not asking you to upload this in a separate patch or anything so nevermind about this, but I noticed this pattern a few times now, so I'd just mention this. Thanks for the bugfix again. |
Oh one more thing. I think it's better to do
CHECK-NOT: invoke void blah blah
so that what this test is looking for. And maybe add a one-line comment that inline asms should NOT be transformed into invoke wrappers.