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

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 06:33:47 PST 2022


mpaszkowski created this revision.
mpaszkowski added reviewers: iliya-diyachkov, konrad.trifunovic, zuban32, MaskRay, rengolin, jonpa.
Herald added subscribers: StephenFan, ThomasRaoux, hiraditya.
Herald added a project: All.
mpaszkowski requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This change:

- Disables MachineLateInstrsCleanup pass since it does not work with virtual registers
- Makes all LIT tests run with -O0


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140103

Files:
  llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
  llvm/test/CodeGen/SPIRV/instructions/atomic.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
  llvm/test/CodeGen/SPIRV/instructions/fcmp.ll
  llvm/test/CodeGen/SPIRV/instructions/float-casts.ll
  llvm/test/CodeGen/SPIRV/instructions/icmp.ll
  llvm/test/CodeGen/SPIRV/instructions/integer-casts.ll
  llvm/test/CodeGen/SPIRV/instructions/intrinsics.ll
  llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
  llvm/test/CodeGen/SPIRV/instructions/vector-shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140103.483161.patch
Type: text/x-patch
Size: 5305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221215/5b1dc9ff/attachment.bin>


More information about the llvm-commits mailing list