Skip to content

Commit a93cbd4

Browse files
authored
[SPIRV] Audit select Result in SPIRVInstructionSelector (#115193)
- as per the definition of `select` in GlobalISel/InstructionSelector.h the return value is a boolean denoting if the select was successful - doing `Result |=` is incorrect as all inserted instructions should be succesful, hence we change to using `Result &=` - ensure that the return value of all BuildMI instructions are propagated correctly
1 parent 4048c64 commit a93cbd4

File tree

1 file changed

+182
-145
lines changed

1 file changed

+182
-145
lines changed

0 commit comments

Comments
 (0)