[PATCH] D83667: [ARM] Fix IT block generation after Thumb2SizeReduce with -Oz

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 15:48:27 PDT 2020


akhuang added a comment.

This is causing test failures / crashes in several chromium android tests (https://crbug.com/1114852). I'm not really familiar with this code, but it seems like after this change, there are some lines missing in the assembly.

Here's a diff of the object file for the test before and after this change: https://reviews.llvm.org/P8229


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83667



More information about the llvm-commits mailing list