[PATCH] D81238: Correctly report modified status for HWAddressSanitizer

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 18:48:40 PDT 2020


vitalybuka added a comment.

HWAddressSanitizer LGTM, but looks like simplifyCFG is here by mistake?



================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:2765
     }
+    Changed = true;
 
----------------
maybe move next after "IRBuilder<> Builder(PBI);"



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81238/new/

https://reviews.llvm.org/D81238





More information about the llvm-commits mailing list