aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
diff options
context:
space:
mode:
authorPhilip Reames <preames@rivosinc.com>2022-07-08 10:19:49 -0700
committerPhilip Reames <listmail@philipreames.com>2022-07-08 10:24:59 -0700
commitb12930e1338b3559e2b2376bd13bc600cceb5249 (patch)
tree0252630a7ca3018fee628a92fefeff75e06171d4 /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
parent92f1794d41831dbc9ffc7c6bb4b606e65eb1c8ed (diff)
downloadllvm-b12930e1338b3559e2b2376bd13bc600cceb5249.zip
llvm-b12930e1338b3559e2b2376bd13bc600cceb5249.tar.gz
llvm-b12930e1338b3559e2b2376bd13bc600cceb5249.tar.bz2
[RISCV] Switch to using get.active.lane.mask when tail folding
The motivation here is to a) bring us closer into alignment with AArch64 under the assumption that codepath is better tested, and b) simplify pattern matching in an upcoming change. The immediate impact is a significant IR reduction but a fairly minimal change in the generated assembly. Due to a difference in expansion behavior we get a saturating add vs an unsaturating one for the old code, but that's about it. This difference comes down to different handling of overflow, which doesn't seem to be possible here anyways, so the assembly codegen is arguably a minor regression. I don't expect that to matter in practice. Differential Revision: https://reviews.llvm.org/D129221
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions