[PATCH] D67363: [BreakFalseDeps] ignore function with minsize attribute
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 08:13:48 PDT 2019
spatel marked an inline comment as done.
spatel added inline comments.
================
Comment at: llvm/test/CodeGen/X86/sqrt-partial.ll:78
; AVX-NEXT: vaddsd %xmm1, %xmm0, %xmm0
; AVX-NEXT: vsqrtsd %xmm0, %xmm0, %xmm0
; AVX-NEXT: retq
----------------
The AVX form of sqrtsd doesn't have a partial reg update, so no difference here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67363/new/
https://reviews.llvm.org/D67363
More information about the llvm-commits
mailing list