[PATCH] D133340: [PowerPC][GISel]select floating point constant from TOC

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 19:31:58 PST 2022


shchenz added a comment.

Thanks for review @arsenm , updated accordingly.



================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:72
 
+G_CONSTANT_POOL_INDEX
+^^^^^^^^^^^^^^^^^^^^^
----------------
arsenm wrote:
> Just G_CONSTANT_POOL?
I use `G_CONSTANT_POOL_INDEX` instead of `G_CONSTANT_POOL` is because of the name used in `lib/CodeGen/GlobalISel/MachineIRBuilder.cpp`. According to the name convention there, `MachineIRBuilder::buildConstantPool()` is a little confused to me. If you insist, I can change this to `G_CONSTANT_POOL`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133340



More information about the llvm-commits mailing list