[PATCH] D99586: [AArch64] Default to zero-cycle-zeroing FP registers.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 09:14:11 PDT 2021


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/arm64-fp-contract-zero.ll:10
+; CHECK:       // %bb.0:
+; CHECK-NEXT:    movi d2, #0000000000000000
+; CHECK-NEXT:    fmul d1, d1, d2
----------------
dmgreen wrote:
> david-arm wrote:
> > This looks like a regression here I think
> It's just regenerating the tests with the test script now, by the look of it.
Yep, exactly that. I wanted to see all of the codegen for this example, so just used the script.

Thanks for reviewing!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99586/new/

https://reviews.llvm.org/D99586



More information about the llvm-commits mailing list