[PATCH] D134792: [PowerPC][GISel] support 64 bit load/store
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 04:19:32 PST 2022
shchenz marked 2 inline comments as done.
shchenz added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/GlobalISel/load-store-64bit.ll:88
+ %0 = load i64, ptr %p, align 8
+ %1 = add i64 %0, %d
+ %2 = sub i64 %0, %1
----------------
arsenm wrote:
> Use named values in tests
Sure, will change this in commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134792/new/
https://reviews.llvm.org/D134792
More information about the llvm-commits
mailing list