[PATCH] D136558: llvm-reduce: Fix opcode reduction leaving behind dead instructions
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 23 12:13:35 PDT 2022
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
whoops, sorry I missed this in my patch
the alternative is to not using IRBuilder and not insert the instruction into the module unless the oracle says so, this patch is a little messier code wise but less work at runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136558/new/
https://reviews.llvm.org/D136558
More information about the llvm-commits
mailing list