[PATCH] D58928: [AMDGPU] Prepare for introduction of v3 and v5 MVTs

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 15:39:35 PST 2019


rampitec added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUISelLowering.cpp:1036
+      } else {
+        assert(!MemVT.isExtended() &&
+               (!MemVT.isVector() || MemVT.isPow2VectorType()));
----------------
It will be an empty block in release and compiler will complain.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58928





More information about the llvm-commits mailing list