Skip to content

Commit 0edf1b7

Browse files
committed
Add -opaque-pointers option
1 parent c1f0b04 commit 0edf1b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/test/Transforms/InstCombine/shuffle-binop.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt -passes='instcombine' -S %s | FileCheck %s
2+
; RUN: opt -opaque-pointers -passes='instcombine' -S %s | FileCheck %s
33

44
define <4 x i8> @splat_binop_non_splat_x(<4 x i8> %x, <4 x i8> %y) {
55
; CHECK-LABEL: @splat_binop_non_splat_x(

llvm/test/Transforms/SCCP/arg-count-mismatch.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature
2-
; RUN: opt < %s -passes=ipsccp -S -o - | FileCheck %s
2+
; RUN: opt < %s -opaque-pointers -passes=ipsccp -S -o - | FileCheck %s
33

44
; The original C source looked like this:
55
;

llvm/test/Transforms/SCCP/arg-type-mismatch.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature
2-
; RUN: opt < %s -passes=ipsccp -S -o - | FileCheck %s
2+
; RUN: opt < %s -opaque-pointers -passes=ipsccp -S -o - | FileCheck %s
33

44
; This test is just to verify that we do not crash/assert due to mismatch in
55
; argument type between the caller and callee.

0 commit comments

Comments
 (0)