[PATCH] D112025: Intrinsic for checking floating point class
    Serge Pavlov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 21 02:47:55 PST 2022
    
    
  
sepavloff updated this revision to Diff 410259.
sepavloff added a comment.
Herald added a subscriber: dexonsmith.
Updated patch
- Use integer constants instead of metadata to represent fp class test.
- Added support for fp80.
- Renamed test, dropped the prefix 'x86-'.
- Prepared code for sharing with GlobalISel.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112025/new/
https://reviews.llvm.org/D112025
Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/ADT/FloatingPointMode.h
  llvm/include/llvm/CodeGen/CodeGenCommonISel.h
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/CodeGen/CodeGenCommonISel.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/test/CodeGen/X86/is_fpclass-fp80.ll
  llvm/test/CodeGen/X86/is_fpclass.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112025.410259.patch
Type: text/x-patch
Size: 86549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220221/654e5f7e/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list