[PATCH] D55642: [X86] Fix assert fails in pass X86AvoidSFBPass
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 11:05:17 PST 2018
nikic added a comment.
I think your current test case has been invalidated by D55365 <https://reviews.llvm.org/D55365>. In the current form, it does not assert anymore, even without this fix. Would it be possible to tweak the test case to reproduce the assertion failure, possibly by writing out some memcpys in terms of load/stores in a way that resembled the previous lowering?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55642/new/
https://reviews.llvm.org/D55642
More information about the llvm-commits
mailing list