Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/OpenMP/atomic_capture_codegen.cpp | ||
---|---|---|
868 | Some GEPs like this one have changed the base type and are new missing inbounds keyword, is that OK? |
Comment Actions
LGTM
clang/test/OpenMP/atomic_capture_codegen.cpp | ||
---|---|---|
868 | Yes, this is fine. It's a known weakness in constant folding. |
Some GEPs like this one have changed the base type and are new missing inbounds keyword, is that OK?