[all-commits] [llvm/llvm-project] d5b48c: [ValueTracking] Add tests for non-constant idx for...
goldsteinn via All-commits
all-commits at lists.llvm.org
Sat Apr 6 15:51:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5b48ceb74e3ef83487f7220c6e2130195c07cc6
https://github.com/llvm/llvm-project/commit/d5b48ceb74e3ef83487f7220c6e2130195c07cc6
Author: Noah Goldstein <goldstein.w.n at gmail.com>
Date: 2024-04-06 (Sat, 06 Apr 2024)
Changed paths:
M llvm/test/Transforms/Attributor/nofpclass.ll
Log Message:
-----------
[ValueTracking] Add tests for non-constant idx for fpclass of `insertelement`; NFC
Commit: e4db938a4ed017432af95bef84a388e2a8a2c232
https://github.com/llvm/llvm-project/commit/e4db938a4ed017432af95bef84a388e2a8a2c232
Author: Noah Goldstein <goldstein.w.n at gmail.com>
Date: 2024-04-06 (Sat, 06 Apr 2024)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass.ll
Log Message:
-----------
[ValueTracking] Support non-constant idx for `computeKnownFPClass` of `insertelement`
Its same logic as before, we just need to intersect what we know about
the new Elt and the entire pre-existing Vec.
Closes #87708
Compare: https://github.com/llvm/llvm-project/compare/8e98435ae9eb...e4db938a4ed0
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list