[PATCH] D61887: [SelectionDAG] computeKnownBits - support constant pool values from target

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 03:53:15 PDT 2019


lebedev.ri added inline comments.


================
Comment at: include/llvm/CodeGen/TargetLowering.h:3121
 
+  /// This method returns the constant pool value that will loaded by LD.
+  virtual const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const;
----------------
'that will loaded'?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61887





More information about the llvm-commits mailing list