[PATCH] D117927: [SystemZ] Don't shrink FP constants

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 05:02:18 PST 2022


uweigand added inline comments.


================
Comment at: llvm/test/CodeGen/SystemZ/call-zos-01.ll:169
+; CHECK: ld 1, 0(1)
+; CHECK: ld 3, 8(1)
 ; CHECK: axbr  0, 1
----------------
Hmm.   For the 128-bit constant case, I think the `lxdb` remains preferable - this new version now has two instructions, which most likely will be worse.   So maybe in that case we still should try to shrink?


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

https://reviews.llvm.org/D117927



More information about the llvm-commits mailing list