[PATCH] D37230: Set hasSideEffects=0 for TargetOpcode::BUNDLE

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 07:14:58 PDT 2017


kparzysz added a comment.

As a side note, in case anybody is wondering: the differences in the generated code come from the post-RA scheduler, which can do more reordering of instructions relative to bundles.


https://reviews.llvm.org/D37230





More information about the llvm-commits mailing list