mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Relaxed over-zealous alignment requirement for VEX-encoded AES instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5513166316
commit
00481c20de
@ -829,8 +829,8 @@ X86InstrInfo::X86InstrInfo(X86Subtarget &STI)
|
||||
// AES foldable instructions
|
||||
{ X86::AESIMCrr, X86::AESIMCrm, TB_ALIGN_16 },
|
||||
{ X86::AESKEYGENASSIST128rr, X86::AESKEYGENASSIST128rm, TB_ALIGN_16 },
|
||||
{ X86::VAESIMCrr, X86::VAESIMCrm, TB_ALIGN_16 },
|
||||
{ X86::VAESKEYGENASSIST128rr, X86::VAESKEYGENASSIST128rm, TB_ALIGN_16 }
|
||||
{ X86::VAESIMCrr, X86::VAESIMCrm, 0 },
|
||||
{ X86::VAESKEYGENASSIST128rr, X86::VAESKEYGENASSIST128rm, 0 }
|
||||
};
|
||||
|
||||
for (unsigned i = 0, e = array_lengthof(OpTbl1); i != e; ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user