[llvm] r336482 - [MachineOutliner] Add missing liveness tracking info in MIR test.

Yvan Roux via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 7 01:42:31 PDT 2018


Author: yroux
Date: Sat Jul  7 01:42:31 2018
New Revision: 336482

URL: http://llvm.org/viewvc/llvm-project?rev=336482&view=rev
Log:
[MachineOutliner] Add missing liveness tracking info in MIR test.

This should bring the bots back to green state.

Modified:
    llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir

Modified: llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir?rev=336482&r1=336481&r2=336482&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir Sat Jul  7 01:42:31 2018
@@ -10,6 +10,7 @@
 ...
 ---
 name:            foo
+tracksRegLiveness: true
 constants:       
   - id:              0
     value:           'float 1.990000e+02'




More information about the llvm-commits mailing list