[PATCH] D123933: X86: Remove UsesMSVCFloatingPoint from MachineModuleInfo

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 07:02:39 PDT 2022


arsenm created this revision.
arsenm added reviewers: jyknight, rnk, Bigcheese, zturner.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This is x86 specific and only used in the AsmPrinter module pass. I
think implementing this by looking at the underlying IR types instead
of the selected instructions is a pretty horrifying implementation,
but it's still available in the AsmPrinter.


https://reviews.llvm.org/D123933

Files:
  llvm/include/llvm/CodeGen/MachineModuleInfo.h
  llvm/lib/CodeGen/MachineModuleInfo.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/lib/Target/X86/X86AsmPrinter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123933.423376.patch
Type: text/x-patch
Size: 5009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220418/6ee4410b/attachment.bin>


More information about the llvm-commits mailing list