[PATCH] D57774: [GlobalISel][NFC] Gardening: Factor out code for simple unary intrinsics

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 13:09:47 PST 2019


paquette updated this revision to Diff 185387.
paquette added a comment.

Use a function containing a switch instead of a map, and move it all into IRTranslator.cpp.


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

https://reviews.llvm.org/D57774

Files:
  include/llvm/CodeGen/GlobalISel/IRTranslator.h
  lib/CodeGen/GlobalISel/IRTranslator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57774.185387.patch
Type: text/x-patch
Size: 6544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/148bbf06/attachment.bin>


More information about the llvm-commits mailing list