[PATCH] D89341: [X86] Encode global symbol address in sub if possible

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 14:40:30 PDT 2020


craig.topper added a comment.

Is this something we can detect in X86DAGToDAGISel::isSExtAbsoluteSymbolRef? We already have a pattern for X86sub_flag that calls that. Same for a bunch of other instructions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89341



More information about the llvm-commits mailing list