[PATCH] D52286: [Intrinsic] Signed Saturation Intirnsic

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 16:53:20 PDT 2018


leonardchan added inline comments.


================
Comment at: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:1119
+  case ISD::SSAT:
+    // Target legalization checked here?
+    Action = TargetLowering::Expand;
----------------
@ebevhan Do you know if this is where checking if this intrinsic is supported by the target should be? 


Repository:
  rL LLVM

https://reviews.llvm.org/D52286





More information about the llvm-commits mailing list