[PATCH] D151659: Constant propogation through freeze instruction

Mikhail Gudim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 13:56:15 PDT 2023


mgudim added a comment.

there is this failure on windows:

  $ ":" "RUN: at line 1"
  $ "c:\users\tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\stage1\bin\flang-new.exe" "-S" "-emit-llvm" "-o" "-" "C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\llvm\flang\test\Driver\compiler_options.f90"
  $ "c:\users\tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\stage1\bin\filecheck.exe" "C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\llvm\flang\test\Driver\compiler_options.f90"
  # command stderr:
  C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\llvm\flang\test\Driver\compiler_options.f90:3:10: error: CHECK: expected string not found in input
  ! CHECK: [[OPTSVAR:@_QQcl\.[0-9a-f]+]] = linkonce constant [[[OPTSLEN:[0-9]+]] x i8] c"{{.*}}flang-new{{(\.exe)?}} -S -emit-llvm -o - {{.*}}compiler_options.f90"
           ^
  <stdin>:1:1: note: scanning from here
  ; ModuleID = 'FIRModule'
  ^
  
  Input file: <stdin>
  Check file: C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\llvm\flang\test\Driver\compiler_options.f90
  
  -dump-input=help explains the following input dump.
  
  Input was:
  <<<<<<
           1: ; ModuleID = 'FIRModule'
  check:3     X~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
           2: source_filename = "FIRModule"
  check:3     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           3: target datalayout = "e-m:w-p:64:64-i32:32-i64:64-i128:128-n32:64-S128"
  check:3     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           4: target triple = "aarch64-pc-windows-msvc19.34.31937"
  check:3     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           5: 
  check:3     ~
           6: @_QQcl.46849559950f708ee332311df8227b62 = internal constant [203 x i8] c"c:\\users\\tcwg\\llvm-worker\\clang-arm64-windows-msvc-2stage\\stage1\\bin\\flang-new.exe -S -emit-llvm -o - C:\\Users\\tcwg\\llvm-worker\\clang-arm64-windows-msvc-2stage\\llvm\\flang\\test\\Driver\\compiler_options.f90"
  check:3     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           .
           .
           .
  >>>>>>
  
  error: command failed with exit status: 1

Any ideas what this may be?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151659/new/

https://reviews.llvm.org/D151659



More information about the llvm-commits mailing list