[PATCH] D132942: [PowerPC][GISel]add support for float point arithmetic operations

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 08:31:07 PDT 2022


Kai accepted this revision.
Kai added a comment.
This revision is now accepted and ready to land.

LGTM with the message in the assert changed.



================
Comment at: llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp:92
+
+    assert((Size == 32 || Size == 64) && "Unsupport float point types!\n");
+    if (Size == 32)
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132942



More information about the llvm-commits mailing list