diff options
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/RISCV/compress-inline-asm.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/RISCV/compress.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/RISCV/option-norvc.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/RISCV/option-rvc.ll | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/RISCV/compress-inline-asm.ll b/llvm/test/CodeGen/RISCV/compress-inline-asm.ll index 9b84bdeaf5d..fca4d6d1c70 100644 --- a/llvm/test/CodeGen/RISCV/compress-inline-asm.ll +++ b/llvm/test/CodeGen/RISCV/compress-inline-asm.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple=riscv32 -mattr=+c -filetype=obj < %s\ -; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -riscv-no-aliases -\ +; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -M no-aliases -\ ; RUN: | FileCheck -check-prefix=CHECK %s @ext = external global i32 diff --git a/llvm/test/CodeGen/RISCV/compress.ll b/llvm/test/CodeGen/RISCV/compress.ll index 2f0d4e9f257..6ee215dad42 100644 --- a/llvm/test/CodeGen/RISCV/compress.ll +++ b/llvm/test/CodeGen/RISCV/compress.ll @@ -1,6 +1,6 @@ ; RUN: llc -mtriple=riscv32 -mattr=+c -filetype=obj \ ; RUN: -disable-block-placement < %s \ -; RUN: | llvm-objdump -d -triple=riscv32 -mattr=+c -riscv-no-aliases - \ +; RUN: | llvm-objdump -d -triple=riscv32 -mattr=+c -M no-aliases - \ ; RUN: | FileCheck -check-prefix=RV32IC %s ; This acts as a sanity check for the codegen instruction compression path, diff --git a/llvm/test/CodeGen/RISCV/option-norvc.ll b/llvm/test/CodeGen/RISCV/option-norvc.ll index 381fb37735d..db96a1106bb 100644 --- a/llvm/test/CodeGen/RISCV/option-norvc.ll +++ b/llvm/test/CodeGen/RISCV/option-norvc.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple=riscv32 -mattr=+c -filetype=obj < %s\ -; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -riscv-no-aliases -\ +; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -M no-aliases -\ ; RUN: | FileCheck -check-prefix=CHECK %s ; This test demonstrates that .option norvc has no effect on codegen when diff --git a/llvm/test/CodeGen/RISCV/option-rvc.ll b/llvm/test/CodeGen/RISCV/option-rvc.ll index a0f09c052a4..9d7f1940097 100644 --- a/llvm/test/CodeGen/RISCV/option-rvc.ll +++ b/llvm/test/CodeGen/RISCV/option-rvc.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple=riscv32 -filetype=obj < %s\ -; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -riscv-no-aliases -\ +; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -M no-aliases -\ ; RUN: | FileCheck -check-prefix=CHECK %s ; This test demonstrates that .option norvc has no effect on codegen when |