[llvm] [AMDGPU] add tests for loop definition of bitconvert (PR #133052)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr  7 20:51:57 PDT 2025
    
    
  
================
@@ -0,0 +1,68 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+
+; RUN: llc -mtriple=amdgcn  < %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:
Avoid using the default target. -mcpu=tahiti? Also extra spaces before < 
https://github.com/llvm/llvm-project/pull/133052
    
    
More information about the llvm-commits
mailing list