[all-commits] [llvm/llvm-project] 50db98: [InstSimplify] move extract with undef index fold; ...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Jun 24 10:22:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50db987d5936260a30a1df69e6abfcb4434692ec
https://github.com/llvm/llvm-project/commit/50db987d5936260a30a1df69e6abfcb4434692ec
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] move extract with undef index fold; NFC
This puts it closer to the other undef query check and
will avoid a potential ordering problem if we allow
folding non-constant-int indexes.
More information about the All-commits
mailing list