[PATCH] D86468: [WIP][GlobalISel] CSE copies
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 09:59:07 PDT 2020
foad added a comment.
In D86468#2234000 <https://reviews.llvm.org/D86468#2234000>, @paquette wrote:
> Shouldn't running the copy_prop combine post-legalization do the same thing as this?
>
> (AArch64 does this as of 7006bb69efb04f32e0a666e8a74f85d7fa745981 <https://reviews.llvm.org/rG7006bb69efb04f32e0a666e8a74f85d7fa745981>)
I suppose that might explain why my patch gives codegen improvements for MIPS and X86 but //not// for AArch64, at least according to the tests I had to update.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86468/new/
https://reviews.llvm.org/D86468
More information about the llvm-commits
mailing list