[PATCH] D62421: [GlobalISel][AArch64] NFC: Factor out HasFPConstraints into a proper function

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 13:02:43 PDT 2019


paquette created this revision.
paquette added a reviewer: aemerson.
Herald added subscribers: Petar.Avramovic, hiraditya, kristof.beyls, javed.absar, rovka.
Herald added a project: LLVM.

Factor it out into a function, and replace places where we had the same check with the new function.


https://reviews.llvm.org/D62421

Files:
  llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterBankInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62421.201318.patch
Type: text/x-patch
Size: 5676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/f3fdb291/attachment.bin>


More information about the llvm-commits mailing list