[PATCH] D98600: [X86][FastISel] Fix with.overflow eflags clobber (PR49587)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 04:28:51 PDT 2021


nikic added a comment.

@nagisa I'm pretty sure that this issue got exposed as a side-effect of D91734 <https://reviews.llvm.org/D91734>, but I don't think that change is to blame -- it just breaks some assumptions in existing code regarding where local values can be (re)materialized.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98600



More information about the llvm-commits mailing list