[all-commits] [llvm/llvm-project] 4334cb: [AArch64] Remove incorrect use of DemandElts
David Green via All-commits
all-commits at lists.llvm.org
Fri Jul 8 03:38:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4334cbd49b69ea036e7c9551c6177cd29b02c312
https://github.com/llvm/llvm-project/commit/4334cbd49b69ea036e7c9551c6177cd29b02c312
Author: David Green <david.green at arm.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[AArch64] Remove incorrect use of DemandElts
This call to computeKnownBits was passing in a 0xff mask, looking like
it was expecting it to be used as a DemandBits, not a DemandElts mask.
More information about the All-commits
mailing list