Skip to content

Commit

Permalink
[NFC][AMDGPU] Require x86-registered-target for `llvm/test/Transfor…
Browse files Browse the repository at this point in the history
…ms/MemCpyOpt/no-libcalls.ll`

The test sets `-mtriple=x86_64` but doesn't require it. This can cause issue on
non-x86 system.
  • Loading branch information
shiltian committed Jan 9, 2024
1 parent 65a1efc commit 7e956ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/Transforms/MemCpyOpt/no-libcalls.ll
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
; RUN: | FileCheck %s --check-prefixes=CHECK,LIBCALLS

; REQUIRES: amdgpu-registered-target
; REQUIRES: x86-registered-target

define void @dont_create_memset(ptr %p) {
; LIBCALLS-LABEL: @dont_create_memset(
Expand Down

0 comments on commit 7e956ca

Please sign in to comment.