[PATCH] D52347: [X86][BtVer2] Fix latency and resource cycles of AVX 256-bit zero-idioms.
    Roman Lebedev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 21 03:03:18 PDT 2018
    
    
  
lebedev.ri added inline comments.
================
Comment at: test/CodeGen/X86/avx-schedule.ll:5508
+; ZNVER1-NEXT:    retq # sched: [1:0.50]
+  call void asm sideeffect "vxorps %ymm0, %ymm0, %ymm0\0Avxorpd %ymm1, %ymm1, %ymm1\0Avandnps %ymm2, %ymm2, %ymm2\0Avandnpd %ymm3, %ymm3, %ymm3", ""()
+  ret void
----------------
There is no way to achieve this without inline asm?
When committing, please commit the baseline first.
https://reviews.llvm.org/D52347
    
    
More information about the llvm-commits
mailing list