[PATCH] D141593: [Mips] Convert some tests to opaque pointers (NFC)

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 01:07:57 PST 2023


arichardson accepted this revision.
arichardson added a comment.
This revision is now accepted and ready to land.

The difference in codegen is rather surprising, but looking at the diffs they are all semantically the same.

Comparing -debug output might explain why the delay slot can be filled now. I recall some issues with debug instructions but that should not be the case here. It's probably not worth investigating though.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141593/new/

https://reviews.llvm.org/D141593



More information about the llvm-commits mailing list