mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Remove FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2ee35226e5
commit
b6290a170f
@ -327,8 +327,7 @@ class SS42AI<bits<8> o, Format F, dag outs, dag ins, string asm,
|
||||
// AES Instruction Templates:
|
||||
//
|
||||
// AES8I
|
||||
// FIXME: Verify these, they appear to use the same encoding as the SSE4.2 T8
|
||||
// and TA encodings.
|
||||
// These use the same encoding as the SSE4.2 T8 and TA encodings.
|
||||
class AES8I<bits<8> o, Format F, dag outs, dag ins, string asm,
|
||||
list<dag>pattern>
|
||||
: I<o, F, outs, ins, asm, pattern, SSEPackedInt>, T8,
|
||||
|
Loading…
Reference in New Issue
Block a user