[PATCH] D126270: [InstCombine] Preserve !nosanitize for newly created instructions.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 02:52:26 PDT 2022
nikic added a comment.
This change would have a very large compile-time impact: http://llvm-compile-time-tracker.com/compare.php?from=a7c079aaa227d55ad9cb6b916500d99b4fdf26d2&to=0d55a5d6fc90d772d43b518f5cefa41262ccce2d&stat=instructions
I'd suggest to first land a patch that adds MD_nosanitize, and then try this again. I suspect it will still have significant negative impact, but probably not quite as large.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126270/new/
https://reviews.llvm.org/D126270
More information about the llvm-commits
mailing list