[PATCH] D131716: X86: Don't fold TEST into ADD ... at GOTTPOFF/GOTNTPOFF/INDNTPOFF

Aleksandr Bezzubikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 16:28:49 PDT 2022


zuban32 requested changes to this revision.
zuban32 added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp:82
           MachineInstr &MI = const_cast<MachineInstr &>(CMI);
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
           MI.dump();
----------------
craig.topper wrote:
> Unrelated change?
Agreed, pls remove


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131716



More information about the llvm-commits mailing list