forked from OSchip/llvm-project
[InstCombine] remove stall comment from test file; NFC
llvm-svn: 342250
This commit is contained in:
parent
f7ba0ac0b5
commit
1f4f26a2bb
|
@ -1,8 +1,6 @@
|
||||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||||
; RUN: opt -S -instcombine < %s | FileCheck %s
|
; RUN: opt -S -instcombine < %s | FileCheck %s
|
||||||
|
|
||||||
; TODO: The entire thing should be folded to and i16 %0, 255.
|
|
||||||
|
|
||||||
define i16 @foo(i16 %x) {
|
define i16 @foo(i16 %x) {
|
||||||
; CHECK-LABEL: @foo(
|
; CHECK-LABEL: @foo(
|
||||||
; CHECK-NEXT: [[T1:%.*]] = and i16 [[X:%.*]], 255
|
; CHECK-NEXT: [[T1:%.*]] = and i16 [[X:%.*]], 255
|
||||||
|
|
Loading…
Reference in New Issue