diff options
author | Deric C. <cheung.deric@gmail.com> | 2025-07-24 13:54:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-24 13:54:00 -0700 |
commit | ed9a1027a482d18b3cf063e8bcc6e31a4c7dc024 (patch) | |
tree | d7fff1f575dd228491f92fd7d65353bfee7e7a19 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | d9952a7a5f806a419bcbc8aa82cfda179837e189 (diff) | |
download | llvm-ed9a1027a482d18b3cf063e8bcc6e31a4c7dc024.zip llvm-ed9a1027a482d18b3cf063e8bcc6e31a4c7dc024.tar.gz llvm-ed9a1027a482d18b3cf063e8bcc6e31a4c7dc024.tar.bz2 |
[HLSL] Avoid putting the byval attribute on out and inout parameters (#150495)
Fixes #148063 by preventing the ByVal attribute from being placed on out
and inout function parameters which causes them to be eliminated by the
Dead Store Elimination (DSE) pass.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions