[PATCH] D51113: [WebAssembly][NFC] Reorganize SIMD instructions
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 22 17:31:07 PDT 2018
aheejin added a comment.
Phabricator does not care about which commits have landed or not. It only takes diff of the two commits (your branch tip vs the commit you specified; if missing `master` I guess), and because you don't commit CLs using Phabricator, they two are actually independent. So, fixing this diff does not require your dependent CLs to land, and also, even if the diff is messed up here, it does not mean your commits will be messed up. Anyway, it's good to fix diff for readability. :)
Repository:
rL LLVM
https://reviews.llvm.org/D51113
More information about the llvm-commits
mailing list