[PATCH] D94345: [SPARC] Fix fp128 load/stores
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 8 15:30:08 PST 2021
jrtc27 added a comment.
In D94345#2488047 <https://reviews.llvm.org/D94345#2488047>, @LemonBoy wrote:
> The test is not so solid (is it?), ideally we should check the MI to make sure the load ops have the correct offset but I have no idea of what kind of test does that.
You want a MIR test I believe (though probably still needs IR input, SelectionDAG is a bit hard to target specific parts of).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94345/new/
https://reviews.llvm.org/D94345
More information about the llvm-commits
mailing list