mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
Fix broken CHECK lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -528,7 +528,7 @@ define i32 @casts() {
|
||||
%r242 = uitofp <16 x i8> undef to <16 x double>
|
||||
; CHECK: cost of 64 {{.*}} sitofp
|
||||
%r243 = sitofp <16 x i8> undef to <16 x double>
|
||||
; C4ECK: cost of 64 {{.*}} uitofp
|
||||
; CHECK: cost of 64 {{.*}} uitofp
|
||||
%r244 = uitofp <16 x i16> undef to <16 x double>
|
||||
; CHECK: cost of 64 {{.*}} sitofp
|
||||
%r245 = sitofp <16 x i16> undef to <16 x double>
|
||||
|
Reference in New Issue
Block a user