Files
clang-p2996/llvm/test/Transforms/LoopVectorize/debugloc-optimize-vfuf-term.ll
Stephen Tozer caa9a82797 [DebugInfo][LoopVectorizer] Avoid dropping !dbg in optimizeForVFAndUF (#114243)
Prior to this patch, optimizeForVFAndUF may optimize the conditional
branch for a VPBasicblock to have a constant condition, but
unnecessarily drops the DILocation attachment when it does so; this
patch changes it to preserve the DILocation.
2024-11-14 09:33:46 +00:00

4.1 KiB