[PATCH] D61047: [X86] Delay creating index register negations during address matching until after we know for sure the match will succeed

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 08:38:27 PDT 2019


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/X86/imul.ll:6
+; At least one of the test cases in here crashed when linearizing the DAG.
+; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu -pre-RA-sched=linearize
 
----------------
Is it worth doing FileCheck on this run too? Either it's the same as the others or different in some way that is interesting?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61047





More information about the llvm-commits mailing list