[llvm] b514b45 - Update test to be the correct version

Jessica Paquette via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 23:22:52 PST 2023


Author: Jessica Paquette
Date: 2023-02-03T23:22:34-08:00
New Revision: b514b45d7baa7f9b35bc2cd9eb95662b130af80d

URL: https://github.com/llvm/llvm-project/commit/b514b45d7baa7f9b35bc2cd9eb95662b130af80d
DIFF: https://github.com/llvm/llvm-project/commit/b514b45d7baa7f9b35bc2cd9eb95662b130af80d.diff

LOG: Update test to be the correct version

machine-outliner-mapping-stats.mir

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/machine-outliner-mapping-stats.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/machine-outliner-mapping-stats.mir b/llvm/test/CodeGen/AArch64/machine-outliner-mapping-stats.mir
index 7b6ffbe97cd0..5482aa79ed2b 100644
--- a/llvm/test/CodeGen/AArch64/machine-outliner-mapping-stats.mir
+++ b/llvm/test/CodeGen/AArch64/machine-outliner-mapping-stats.mir
@@ -7,10 +7,11 @@
 # terminate the string with a single illegal character. Debug instructions are
 # always invisible, and don't contribute to the length of the string.
 
-# CHECK: 1 machine-outliner - Number of illegal instrs in unsigned vector
-# CHECK: 1 machine-outliner - Number of invisible instrs in unsigned vector
-# CHECK: 5 machine-outliner - Number of legal instrs in unsigned vector
-# CHECK: 6 machine-outliner - Size of unsigned vector
+# CHECK: 1 machine-outliner - Unoutlinable instructions mapped + number of sentinel values
+# CHECK: 1 machine-outliner - Invisible instructions skipped during mapping
+# CHECK: 5 machine-outliner - Outlinable instructions mapped
+# CHECK: 1 machine-outliner - Sentinel values inserted during mapping
+# CHECK: 6 machine-outliner - Total number of instructions mapped and saved to mapping vector
 
 ...
 ---


        


More information about the llvm-commits mailing list