[all-commits] [llvm/llvm-project] a77e2d: [ARM] Fix arm.mve.pred.v2i range upper limit
David Green via All-commits
all-commits at lists.llvm.org
Mon Jul 5 13:06:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a77e2d196c39950e191f9d0ce7e61920ac32f4e7
https://github.com/llvm/llvm-project/commit/a77e2d196c39950e191f9d0ce7e61920ac32f4e7
Author: David Green <david.green at arm.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
M llvm/test/Transforms/InstCombine/ARM/mve-v2i2v.ll
Log Message:
-----------
[ARM] Fix arm.mve.pred.v2i range upper limit
The range metadata specifies a half open range, so our top limit was one
off.
More information about the All-commits
mailing list