summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-08-25 01:27:13 +0000
committerMatthias Braun <matze@braunis.de>2016-08-25 01:27:13 +0000
commit1eb473680a3dac9d75f44c2f4799b4cef8465e5f (patch)
tree8b55104e7c95bc0f63da2e056dd6d4e3b184441b /llvm/test/CodeGen/PowerPC
parentf67357c671cc9e63e8a51c304af829801a0cbcd6 (diff)
downloadbcm5719-llvm-1eb473680a3dac9d75f44c2f4799b4cef8465e5f.tar.gz
bcm5719-llvm-1eb473680a3dac9d75f44c2f4799b4cef8465e5f.zip
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it
Rename AllVRegsAllocated to NoVRegs. This avoids the connotation of running after register and simply describes that no vregs are used in a machine function. With that we can simply compute the property and do not need to dump/parse it in .mir files. Differential Revision: http://reviews.llvm.org/D23850 llvm-svn: 279698
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir1
-rw-r--r--llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir1
-rw-r--r--llvm/test/CodeGen/PowerPC/opt-sub-inst-cr0-live.mir1
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir b/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir
index a49251bde35..cf6ab35d8db 100644
--- a/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir
+++ b/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir
@@ -44,7 +44,6 @@
name: mm_update_next_owner
alignment: 4
exposesReturnsTwice: false
-allVRegsAllocated: true
tracksRegLiveness: true
liveins:
- { reg: '%x3' }
diff --git a/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir b/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
index 45ff51dc958..bd0e7383d52 100644
--- a/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
+++ b/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
@@ -26,7 +26,6 @@
name: test1
alignment: 4
exposesReturnsTwice: false
-allVRegsAllocated: true
tracksRegLiveness: true
frameInfo:
isFrameAddressTaken: false
diff --git a/llvm/test/CodeGen/PowerPC/opt-sub-inst-cr0-live.mir b/llvm/test/CodeGen/PowerPC/opt-sub-inst-cr0-live.mir
index d4b83b9a499..bba3e152699 100644
--- a/llvm/test/CodeGen/PowerPC/opt-sub-inst-cr0-live.mir
+++ b/llvm/test/CodeGen/PowerPC/opt-sub-inst-cr0-live.mir
@@ -32,7 +32,6 @@
name: fn1
alignment: 2
exposesReturnsTwice: false
-allVRegsAllocated: false
tracksRegLiveness: true
registers:
- { id: 0, class: g8rc }
OpenPOWER on IntegriCloud