[PATCH] D22195: AMDGPU: Move SIWholeQuadMode pass to after machine scheduling
Michel Dänzer via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 02:59:06 PDT 2016
michel.daenzer added a subscriber: michel.daenzer.
================
Comment at: lib/Target/AMDGPU/SIWholeQuadMode.cpp:325-326
@@ -247,4 +324,4 @@
}
// Scan instructions to determine which ones require an Exact execmask and
// which ones seed WQM requirements.
----------------
Also, by using separate assert statements for each condition, it's immediately obvious which condition wasn't satisfied.
https://reviews.llvm.org/D22195
More information about the llvm-commits
mailing list