[PATCH] D73448: [VE] unaligned load/store isel patterns
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 06:15:21 PST 2020
arsenm added inline comments.
================
Comment at: llvm/lib/Target/VE/VEInstrInfo.td:777
+ (store node:$val, node:$ptr), [{
+ return cast<StoreSDNode>(N)->getAlignment() < 8;
+}]>;
----------------
There's a new dedicated Alignment predicate on patfrags, so you can avoid the code predicate
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73448/new/
https://reviews.llvm.org/D73448
More information about the llvm-commits
mailing list