Skip to content

Commit

Permalink
Disable byteswap support on x86 until issues are resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
  • Loading branch information
fjeremic committed Nov 3, 2020
1 parent 6fddaab commit 518e46d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/x/codegen/OMRCodeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,8 @@ OMR::X86::CodeGenerator::initializeX86(TR::Compilation *comp)
self()->setSupportsVirtualGuardNOPing();
self()->setSupportsDynamicANewArray();
self()->setSupportsSelect();
self()->setSupportsByteswap();
// TODO (#5642): Re-enable byteswap support on x86 and Power
// self()->setSupportsByteswap();

// allows [i/l]div to decompose to [i/l]mulh in TreeSimplifier
//
Expand Down

0 comments on commit 518e46d

Please sign in to comment.