diff options
author | Pedro Lobo <pedro.lobo@tecnico.ulisboa.pt> | 2024-12-10 15:57:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 15:57:55 +0000 |
commit | f28e52274c83d5ccd03455ef98a3758916998be9 (patch) | |
tree | 37aeb328fa66f61a9602f99827f8cdabebfb1693 /llvm/lib/CodeGen/SelectOptimize.cpp | |
parent | 3654f1baa66f524c89e40ab24e18e594e56363e9 (diff) | |
download | llvm-f28e52274c83d5ccd03455ef98a3758916998be9.zip llvm-f28e52274c83d5ccd03455ef98a3758916998be9.tar.gz llvm-f28e52274c83d5ccd03455ef98a3758916998be9.tar.bz2 |
[Clang] Change two placeholders from `undef` to `poison` [NFC] (#119141)
- Use `poison` instead of `undef` as a phi operand for an unreachable path (the predecessor
will not go the BB that uses the value of the phi).
- Call `@llvm.vector.insert` with a `poison` subvec when performing a
`bitcast` from a fixed vector to a scalable vector.
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions