repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git]
/
flang
/
test
/
Evaluate
/
rewrite04.f90
blob
220be291c3f2c096f2373767835be5ed8faecdaf
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