mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 19:20:23 +00:00
Remove a fixme comment that is no longer relevant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc076da4d2
commit
31ef8e6663
@ -2850,9 +2850,6 @@ def vmovImm64 : PatLeaf<(build_vector), [{
|
||||
return ARM::getNEONModImm(N, 8, true, *CurDAG).getNode() != 0;
|
||||
}], VMOV_get_imm64>;
|
||||
|
||||
// Note: Some of the cmode bits in the following VMOV instructions need to
|
||||
// be encoded based on the immed values.
|
||||
|
||||
let isReMaterializable = 1 in {
|
||||
def VMOVv8i8 : N1ModImm<1, 0b000, 0b1110, 0, 0, 0, 1, (outs DPR:$dst),
|
||||
(ins nModImm:$SIMM), IIC_VMOVImm,
|
||||
|
Loading…
Reference in New Issue
Block a user