[PATCH] D140103: [SPIR-V] Disable MachineLateInstrsCleanup pass

Ilia Diachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 12:16:06 PST 2022


iliya-diyachkov added inline comments.


================
Comment at: llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp:128
+  disablePass(&MachineLateInstrsCleanupID);
+  
   // Do not work with OpPhi.
----------------
Please remove the extra whitespace in the empty line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140103



More information about the llvm-commits mailing list