[all-commits] [llvm/llvm-project] 860b44: [ARM] Be more explicit about disabling CombineBase...
David Green via All-commits
all-commits at lists.llvm.org
Mon Oct 11 13:51:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 860b4479dccad323ae22361294e69765c3fdd25f
https://github.com/llvm/llvm-project/commit/860b4479dccad323ae22361294e69765c3fdd25f
Author: David Green <david.green at arm.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
Log Message:
-----------
[ARM] Be more explicit about disabling CombineBaseUpdate for MVE.
This shouldn't be called for non-neon targets at the moment in either
case, but it is good to be expliit about the CombineBaseUpdate being a
NEON function, not expecting to be run under MVE.
More information about the All-commits
mailing list