[PATCH] D22195: AMDGPU: Move SIWholeQuadMode pass to after machine scheduling

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 13:54:24 PDT 2019


arsenm added a comment.
Herald added subscribers: jdoerfert, jfb, t-tye, tpr, dstuttard, yaxunl, wdng, jvesely.

This will save recomputing LiveIntervals an extra time. I also might need this to make SIOptimizeExecMaskingPreRA correct



================
Comment at: test/CodeGen/AMDGPU/wqm.ll:516
+else:
+  %r.else = call <4 x float> @llvm.SI.image.sample.v2i32(<2 x i32> <i32 0, i32 1>, <8 x i32> undef, <4 x i32> undef, i32 15, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0)
+  br label %end
----------------
Intrinsics need updating


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

https://reviews.llvm.org/D22195





More information about the llvm-commits mailing list