[PATCH] D126519: [X86][AMX] Replace LDTILECFG with PLDTILECFGV on auto-config.
    LuoYuanke via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 26 23:14:48 PDT 2022
    
    
  
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/AMX/amx-tile-intrinsics.ll:3
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+amx-tile -verify-machineinstrs | FileCheck %s
+; RUN: llc < %s -O0 -mtriple=x86_64-unknown-unknown -mattr=+amx-tile -verify-machineinstrs | FileCheck %s
 
----------------
This the new test case that expose the issue.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126519/new/
https://reviews.llvm.org/D126519
    
    
More information about the llvm-commits
mailing list