[llvm] deb9022 - Fix RUN line in AArch64/speculation-hardening.ll

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 01:41:48 PDT 2020


Author: Kristof Beyls
Date: 2020-04-02T09:42:15+01:00
New Revision: deb902252ac8d07b3f4419de4ff23dae444aaa6e

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

LOG: Fix RUN line in AArch64/speculation-hardening.ll

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/speculation-hardening.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/speculation-hardening.ll b/llvm/test/CodeGen/AArch64/speculation-hardening.ll
index 81aea75e3e12..23b87563013f 100644
--- a/llvm/test/CodeGen/AArch64/speculation-hardening.ll
+++ b/llvm/test/CodeGen/AArch64/speculation-hardening.ll
@@ -1,7 +1,7 @@
 ; RUN: sed -e 's/SLHATTR/speculative_load_hardening/' %s | llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu | FileCheck %s --check-prefixes=CHECK,SLH --dump-input-on-failure
 ; RUN: sed -e 's/SLHATTR//' %s | llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu | FileCheck %s --check-prefixes=CHECK,NOSLH --dump-input-on-failure
 ; RUN: sed -e 's/SLHATTR/speculative_load_hardening/' %s | llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -global-isel | FileCheck %s --check-prefixes=CHECK,SLH --dump-input-on-failure
-; RUN sed -e 's/SLHATTR//' %s | llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -global-isel | FileCheck %s --check-prefixes=CHECK,NOSLH --dump-input-on-failure
+; RUN: sed -e 's/SLHATTR//' %s | llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -global-isel | FileCheck %s --check-prefixes=CHECK,NOSLH --dump-input-on-failure
 ; RUN: sed -e 's/SLHATTR/speculative_load_hardening/' %s | llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -fast-isel | FileCheck %s --check-prefixes=CHECK,SLH --dump-input-on-failure
 ; RUN: sed -e 's/SLHATTR//' %s | llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -fast-isel | FileCheck %s --check-prefixes=CHECK,NOSLH --dump-input-on-failure
 


        


More information about the llvm-commits mailing list