[llvm] 13822e2 - [AMDGPU] Add machine verifier to a test

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 02:36:57 PDT 2023


Author: Jay Foad
Date: 2023-04-05T10:36:38+01:00
New Revision: 13822e22968426d9a9ad7a9aa6e201e23f7bd3d1

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

LOG: [AMDGPU] Add machine verifier to a test

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/GlobalISel/assert-align.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/assert-align.ll b/llvm/test/CodeGen/AMDGPU/GlobalISel/assert-align.ll
index 8ae7f0520392d..53ac78d2b6caa 100644
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/assert-align.ll
+++ b/llvm/test/CodeGen/AMDGPU/GlobalISel/assert-align.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -global-isel -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -o - %s | FileCheck %s
+; RUN: llc -global-isel -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -verify-machineinstrs -o - %s | FileCheck %s
 
 declare hidden ptr addrspace(1) @ext(ptr addrspace(1))
 


        


More information about the llvm-commits mailing list