After D57825 (r355981), intrinsic arguments that are immediate values
should be marked as ImmArg.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59447
[WebAssembly] Add immarg attribute to intrinsics ClosedPublic Authored by aheejin on Mar 16 2019, 12:46 AM.
Details Summary After D57825 (r355981), intrinsic arguments that are immediate values
Diff Detail
Event Timelineaheejin added a child revision: D59448: [WebAssembly] Change wasm.throw's first argument to an immediate.Mar 16 2019, 12:48 AM This revision is now accepted and ready to land.Mar 16 2019, 12:47 PM aheejin removed a child revision: D59448: [WebAssembly] Change wasm.throw's first argument to an immediate.Mar 18 2019, 9:35 PM aheejin added a parent revision: D59448: [WebAssembly] Change wasm.throw's first argument to an immediate. Closed by commit rL356437: [WebAssembly] Add immarg attribute to intrinsics (authored by aheejin). · Explain WhyMar 18 2019, 10:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 191242 llvm/trunk/include/llvm/IR/IntrinsicsWebAssembly.td
llvm/trunk/test/CodeGen/WebAssembly/wasmehprepare.ll
|