[PATCH] D47070: [CUDA] Upgrade linked bitcode to enable inlining
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 18 14:20:59 PDT 2018
Hahnfeld added a comment.
I think that's intended because the generated code might use instructions based on that feature. If we want to ignore that, we could override `TargetTransformInfo::areInlineCompatible` for NVPTX to only compare `target-cpu`
Repository:
rC Clang
https://reviews.llvm.org/D47070
More information about the cfe-commits
mailing list