Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/NVPTX/nvvm-reflect-opaque.ll | ||
---|---|---|
2 | This is llvm/test/CodeGen/NVPTX/nvvm-reflect.ll with opaque pointers and a new function w/o a constant expression (@baz) |
llvm/lib/Target/NVPTX/NVVMReflect.cpp | ||
---|---|---|
139 | Stripping an arbitrary constant expression looks a bit dubious -- shouldn't this be doing Str->stripPointerCasts()? |
llvm/lib/Target/NVPTX/NVVMReflect.cpp | ||
---|---|---|
139 | I basically kept the original code (which didn't check and therefore worked for the GEP and AS cast case). |
Stripping an arbitrary constant expression looks a bit dubious -- shouldn't this be doing Str->stripPointerCasts()?