Add vfmk intrinsic instructions, a few pseudo instructions to expand
vfmk intrinsic using VM512 correctly, and regression tests.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rG398f29fbb08b: [VE] Add vfmk intrinsic instructions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! One nit, else good to go.
llvm/lib/Target/VE/VEInstrInfo.cpp | ||
---|---|---|
784 | Nitpick: you can store the iterator here and use it to access first and second below. |
Can we make this static and use something more lightweight than a std::vector?