[PATCH] D142532: [SPIRV] Fix build warnings

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 05:16:11 PST 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: wdng.


================
Comment at: llvm/lib/Target/SPIRV/SPIRVUtils.cpp:211
   }
 }
 
----------------
I think MSVC is unhappy if you don't put an unreachable after a covered switch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142532



More information about the llvm-commits mailing list