[PATCH] D81827: [CGP] Convert phi types

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 14:09:43 PDT 2020


dmgreen updated this revision to Diff 272175.
dmgreen added a comment.

Added a shouldConvertPhiType TLI hook, which default to true but on 32bit X86 is turned off.


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

https://reviews.llvm.org/D81827

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.h
  llvm/test/CodeGen/AArch64/convertphitype.ll
  llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
  llvm/test/CodeGen/X86/atomicf128.ll
  llvm/test/CodeGen/X86/convertphitype.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81827.272175.patch
Type: text/x-patch
Size: 32277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200619/c8626740/attachment.bin>


More information about the llvm-commits mailing list