[all-commits] [llvm/llvm-project] 3a8c70: [TypePromotion] Prune Intrinsic includes. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Jun 20 13:06:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a8c7060cc3c6c6dc427f27e2870da490d1ec430
https://github.com/llvm/llvm-project/commit/3a8c7060cc3c6c6dc427f27e2870da490d1ec430
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-06-20 (Sun, 20 Jun 2021)
Changed paths:
M llvm/lib/CodeGen/TypePromotion.cpp
Log Message:
-----------
[TypePromotion] Prune Intrinsic includes. NFC
TypePromotion is meant to be a generic pass and doesn't reference
any ARM intrinsics so it shouldn't include IntrinsicsARM.h.
The other Intrinsic related headers appear to be unneeded as well.
More information about the All-commits
mailing list