You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insert OpVariable instructions after OpPhi (#2449)
Although `OpPhi` and `OpVariable` instructions should not be in the
same SPIR-V block in a valid module, take into account this case when
inserting new `OpVariable` operations.
Signed-off-by: Victor Perez <victor.perez@codeplay.com>
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@af06f03bb85c1f4
0 commit comments