[all-commits] [llvm/llvm-project] 107ee2: [AMDGPU] Disable bool range metadata to workaround...
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Fri Oct 7 07:46:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 107ee2613063183cb643cef97f0fad403508c9f0
https://github.com/llvm/llvm-project/commit/107ee2613063183cb643cef97f0fad403508c9f0
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
A clang/test/CodeGenCUDA/bool-range.cu
Log Message:
-----------
[AMDGPU] Disable bool range metadata to workaround backend issue
Currently there is a middle-end or backend issue
https://github.com/llvm/llvm-project/issues/58176
which causes values loaded from bool pointer incorrect when
bool range metadata is emitted. Temporarily
disable bool range metadata until the backend issue
is fixed.
Reviewed by: Artem Belevich
Differential Revision: https://reviews.llvm.org/D135269
Fixes: SWDEV-344137
More information about the All-commits
mailing list