[PATCH] D122825: [X86][FastISel] Fix with.overflow + select eflags clobber (PR54369)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 03:45:14 PDT 2022


nikic added a comment.

For reference, here's how dropping the fold would like: https://gist.github.com/nikic/78da6b1abff77031bed2a948474983c6 (This only drops the with.overflow + select combination and keeps with.overflow + branch).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122825



More information about the llvm-commits mailing list