[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git] / flang / test / Evaluate / rewrite04.f90
blob220be291c3f2c096f2373767835be5ed8faecdaf
1 ! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
2 ! Ensure folding of 1*j is a parenthesized (j) when j is a variable.
3 call foo(1*j)
4 !CHECK: CALL foo((j))
5 end