[PATCH] D144746: [LLVMContextImpl] Separate out integer constant ones

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 10:07:00 PST 2023


aeubanks added inline comments.


================
Comment at: llvm/lib/IR/Constants.cpp:880
+      : V.isOne() ? pImpl->IntOneConstants[V.getBitWidth()]
+                  : pImpl->IntConstants[V];
   if (!Slot) {
----------------
nikic wrote:
> Is this what clang-format produces?
yes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144746



More information about the llvm-commits mailing list