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
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
flang
/
test
/
HLFIR
/
null-codegen.fir
blob
4568c45e9227080db4e212b6bbc148fc40e24341
1
// Test hlfir.null code generation to FIR
2
3
// RUN: fir-opt %s -convert-hlfir-to-fir | FileCheck %s
4
5
func.func @test() {
6
// CHECK: fir.zero_bits !fir.ref<none>
7
%0 = hlfir.null !fir.ref<none>
8
return
9
}