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
As part of #3693 we've put in a fix in a6c0e45 to change the format of the BC instruction which whose first usage was introduced in #3779 to an RX-a instruction. The reason this was done is to work around the issue that we currently do not have a proper instruction class to support RX-b instructions.
The task here is to effectively revert a6c0e45 and implement proper support for RX-b instructions in [1] then make use of the new overload within the linkage class where the (currently) only use of the BC instruction is.
As part of #3693 we've put in a fix in a6c0e45 to change the format of the
BC
instruction which whose first usage was introduced in #3779 to an RX-a instruction. The reason this was done is to work around the issue that we currently do not have a proper instruction class to support RX-b instructions.The task here is to effectively revert a6c0e45 and implement proper support for RX-b instructions in [1] then make use of the new overload within the linkage class where the (currently) only use of the
BC
instruction is.[1] https://github.com/eclipse/omr/blob/051896be071812db8a3b71485b014be26c80e7f4/compiler/z/codegen/S390Instruction.hpp#L4422-L4489
The text was updated successfully, but these errors were encountered: