[PATCH] D58232: WIP: GlobalISel: Don't materialize immarg arguments to intrinsics

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 11:01:38 PDT 2019


atanasyan added inline comments.


================
Comment at: include/llvm/Target/TargetSelectionDAG.td:816
 
+// Convenience wrapepr for ImmLeaf to use timm/TargetConstant instead of imm/Constant
+class TImmLeaf<ValueType vt, code pred, SDNodeXForm xform = NOOP_SDNodeXForm,
----------------
s/wrapepr/wrapper/


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

https://reviews.llvm.org/D58232





More information about the llvm-commits mailing list