[llvm] 47f9e71 - [PowerPC][AIX][NFC] Remove spills and reloads from arg passing test.
Sean Fertile via llvm-commits
llvm-commits at lists.llvm.org
Mon May 4 11:30:58 PDT 2020
Author: Sean Fertile
Date: 2020-05-04T14:26:33-04:00
New Revision: 47f9e71ac70a78f9fe25e4867db34ce7ab5c9743
URL: https://github.com/llvm/llvm-project/commit/47f9e71ac70a78f9fe25e4867db34ce7ab5c9743
DIFF: https://github.com/llvm/llvm-project/commit/47f9e71ac70a78f9fe25e4867db34ce7ab5c9743.diff
LOG: [PowerPC][AIX][NFC] Remove spills and reloads from arg passing test.
Added:
Modified:
llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/aix-cc-abi.ll b/llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
index 97303d25ea0c..36f070e7f162 100644
--- a/llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
+++ b/llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
@@ -2333,7 +2333,7 @@ define void @caller_mix() {
; ASM32PWR4-DAG: stw [[REG:[0-9]+]], 156(1)
; ASM32PWR4-DAG: stw [[REG:[0-9]+]], 160(1)
; ASM32PWR4-DAG: stw [[REG:[0-9]+]], 164(1)
-; ASM32PWR4-DAG: bl .mix_floats
+; ASM32PWR4: bl .mix_floats
; ASM64PWR4: mflr 0
; ASM64PWR4-DAG: std 0, 16(1)
@@ -2352,9 +2352,4 @@ define void @caller_mix() {
; ASM64PWR4-DAG: std [[REG:[0-9]+]], 200(1)
; ASM64PWR4-DAG: std [[REG:[0-9]+]], 208(1)
; ASM64PWR4-DAG: std [[REG:[0-9]+]], 216(1)
-; ASM64PWR4-DAG: std [[REG:[0-9]+]], 224(1)
-; ASM64PWR4-DAG: std [[REG:[0-9]+]], 232(1)
-; ASM64PWR4-DAG: bl .mix_floats
-; ASM64PWR4-DAG: ld [[REGF1:[0-9]+]], 232(1)
-; ASM64PWR4-DAG: ld [[REGF2:[0-9]+]], 224(1)
-; ASM64PWR4-DAG: blr
+; ASM64PWR4: bl .mix_floats
More information about the llvm-commits
mailing list