File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
; 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
3
3
4
4
define <4 x i8 > @splat_binop_non_splat_x (<4 x i8 > %x , <4 x i8 > %y ) {
5
5
; CHECK-LABEL: @splat_binop_non_splat_x(
Original file line number Diff line number Diff line change 1
1
; 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
3
3
4
4
; The original C source looked like this:
5
5
;
Original file line number Diff line number Diff line change 1
1
; 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
3
3
4
4
; This test is just to verify that we do not crash/assert due to mismatch in
5
5
; argument type between the caller and callee.
You can’t perform that action at this time.
0 commit comments