[PATCH] D108782: [MergeICmps] Ignore clobbering instructions before the loads
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 27 00:06:50 PDT 2021
courbet accepted this revision.
courbet added a comment.
This revision is now accepted and ready to land.
Nice, thanks!
================
Comment at: llvm/test/Transforms/MergeICmps/X86/split-block-does-work.ll:144
-; TODO: The call happen before the loads, so it cannot clobber them.
+; The call happen before the loads, so it cannot clobber them.
define zeroext i1 @opeq1_call_before_loads(
----------------
happens*
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108782/new/
https://reviews.llvm.org/D108782
More information about the llvm-commits
mailing list