[PATCH] D70061: [AArch64ExpandPseudos] Preserve renamable state when expanding MOVi64 & co.
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 15:02:23 PST 2019
thegameg added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/expand-movi-renamable.mir:1
+# RUN: llc -start-before=aarch64-expand-pseudo -stop-after=aarch64-expand-pseudo -o - %s | FileCheck %s
+
----------------
You should be able to use `-run-pass` here.
================
Comment at: llvm/test/CodeGen/AArch64/expand-movi-renamable.mir:9
+
+ define void @test_i32() {
+ %1 = alloca i32, align 4
----------------
You can also get rid of the IR and only keep MIR here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70061/new/
https://reviews.llvm.org/D70061
More information about the llvm-commits
mailing list