Skip to content

Commit

Permalink
Remove trailing whitespace in X86InstrAVX512.td; NFC
Browse files Browse the repository at this point in the history
Summary:

Reviewers:

Subscribers:
  • Loading branch information
goldsteinn committed Feb 15, 2023
1 parent f895d55 commit 6adf920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86InstrAVX512.td
Expand Up @@ -10496,7 +10496,7 @@ defm VPGATHER : avx512_gather_q_pd<0x90, 0x91, avx512vl_i64_info, "vpgather", "Q
multiclass avx512_scatter<bits<8> opc, string OpcodeStr, X86VectorVTInfo _,
X86MemOperand memop, RegisterClass MaskRC = _.KRCWM> {

let mayStore = 1, Constraints = "$mask = $mask_wb", ExeDomain = _.ExeDomain,
let mayStore = 1, Constraints = "$mask = $mask_wb", ExeDomain = _.ExeDomain,
hasSideEffects = 0 in

def mr : AVX5128I<opc, MRMDestMem, (outs MaskRC:$mask_wb),
Expand Down

0 comments on commit 6adf920

Please sign in to comment.