[PATCH] D149396: [NFC] Add a test case to make sure EarlyCSE preserves !prof when `DoesKMmove` is false.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 21:59:59 PDT 2023


davidxl added a comment.

looks like the wrong test case is uploaded? Should it be CSE of direct calls with "branch_weight" profile instead of indirect calls (indirect calls are unlikely to be CSEed without points to information).


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

https://reviews.llvm.org/D149396



More information about the llvm-commits mailing list