[PATCH] D94345: [SPARC] Fix fp128 load/stores
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 8 15:32:00 PST 2021
craig.topper 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 can use "-stop-after=finalize-isel" and check the MIR output which should print the memory operands. I think maybe update_mir_test_checks.py can generate the check lines for MIR output from a .ll test.
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